.headers {
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #ED2F92;
	font-size: 24px;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #33CC66;
	font-family: "Trebuchet MS";
	color: #330033;
	font-size: 14px;
	font-weight: bold;
}

td {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}

p {
	font-family: "Trebuchet MS";
	font-size: 14px;
	font-weight: bold;
}

.small {
	font-size: 10px;
}
.content {
	font-size: 14px;
	color: #330033;
	font-family: "Trebuchet MS", Arial;

}
.thebutton{
	font-size: 14px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
    border: 2px solid #330033;
    background-color:#0099FF;
    font-weight:bold;
}
.thebutton2{
	font-size: 11px;
	color: #FFFFFF;
	font-family: "Trebuchet MS", Arial;
    border: 2px solid #330033;
    background-color:#FF3366;
    font-weight:bold;
}
.smallfont {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
.style4 {font-size: 14px; color: #330033; font-family: "Trebuchet MS", Arial; font-weight: bold; }
.style5 {
	font-size: 18px;
	font-family: "Trebuchet MS", Arial;
	font-weight: bold;
	color: #00B0F0;
}

INPUT.text {
	border: 1px solid #666666;
}

TABLE.product-table {
	border: 1px solid #ff0000;
	border-collapse: collapse;
	padding: 15px;
}

TABLE.product-table th {
	border: 1px solid #cccccc;
	background: #FFF2FF;
	text-align: left;
	font-weight: bold;
	font-size: 14px;
	color: #ED2F92;
}

TABLE.product-table td {
	border: 1px solid #cccccc;
}

TABLE.product-desc td {
	font-weight: bold;
	color: #330033;
}



.product-price {
	font-size: 18px;
	color: #00B0F0;
}

.product-title {
	color: #ED2F92;
	font-size: 24px;
}

.title {
	font-size: 24px;
	font-weight: bold;
	color: #ED2F92;
}

TABLE.grid	{
	border: 1px solid #cccccc;
	border-collapse: collapse;
}

TABLE.grid TD, TH	{
	border: 1px solid #cccccc;
}

TABLE.grid TH {
	background: #FF3333;
	color: #FFFFFF;
	height: 26px;
}

/* message that's shown in case of error or general communication with the user */
.msg	{
	border: 1px solid #000000;
	background: #b20000;
	color: #ffffff;
	line-height: 20px;
	width: 70%;
	text-align: center;
	display: block;
	margin-left: auto; margin-right: auto;
}
