.mainbody {  font-family: "Trebuchet MS"; font-size: 16px; font-weight: normal}
.boxtitle{  font-family: "Trebuchet MS"; font-size: 16px; font-weight: bold; color: #FFFFFF}
.resources {  font-family: "Trebuchet MS"; font-size: 13px; font-weight: normal; color: #333333}
.footer { font-family: "Trebuchet MS"; font-size: 12px; font-weight: normal; color: #EEEEEE }
font {  font-family: "Trebuchet MS"; font-size: 12px; font-weight: normal; color: #000000}
h1 {  font-family: "Trebuchet MS"; font-size: 22px; font-weight: bold; color: #0066CC}
h2 {  font-family: "Trebuchet MS"; font-size: 20px; font-weight: bold; color: #0066CC}
h3 {  font-family: "Trebuchet MS"; font-size: 18px; font-weight: bold}
h4 {  font-family: "Trebuchet MS"; font-size: 16px; font-weight: bold}
h5 {  font-family: "Trebuchet MS"; font-size: 14px; font-weight: bold}
h6 {  font-family: "Trebuchet MS"; font-size: 12px; font-weight: bold}
.redbody { font-family: "Trebuchet MS"; font-size: 12px; font-weight: normal ; color: #00FF00}
.newsbox {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #000000;
}	
.reviews {
	font-family: "Trebuchet MS";
	font-size: 15px;
	font-weight: normal;
	color: #333333;	
}
A { text-decoration: none; color: #0066CC }
A:hover { text-decoration: none; background:#f88222; color:black} 
A.newsbox { color: #000000 }
A.footer { color: #EEEEEE }.smallbody { font-family: "Trebuchet MS"; font-size: 10px; font-weight: normal}
.smalltext { font-family: "Trebuchet MS"; font-size: 10px; font-weight: normal }
.quantityfield { font-family: "Trebuchet MS"; font-size: 10px; height: 18px; width: 24px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; background-color: #FFFFFF; border: 1px #000000 solid ; text-align: center}
.selectfield { font-family: "Trebuchet MS"; font-size: 10px; height: 18px; width: 60px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; background-color: #FFFFFF; border: 1px #000000 solid ; text-align: center}
.cartselectfield { font-family: "Trebuchet MS"; font-size: 10px; height: 18px; padding-top: 2px; padding-right: 2px; padding-bottom: 2px; padding-left: 2px; background-color: #FFFFFF; border: 1px #000000 solid ; text-align: center}
.cartbutton { font-family: "Trebuchet MS"; font-size: 10px; height: 18px; font-weight: bold; background-color: #FF6600; color: #FFFFFF; border: 1px #000000 solid; padding-bottom: 3px }

/* Download form styles */

#downloadform {
	width: 406px;
}

#downloadform td {
	font-famaily: Verdana, Arial, Helvetica, sans-serif;
}

#downloadform input {
	width: 250px;
}

#downloadform .mainbody {
	width: 200;
}
.buttonsml {
	background-color: #f88222;
	font-size:10px;
	color: #ffffff;
	cursor: pointer;
	padding: 0px 0px 0px 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

}

.buttonsml:hover {
	color: #ffffff;
	background-color: #194d86;
	text-decoration: none;
	cursor: pointer;
}
.buttonlrg {
	background-color: #f88222;
	font-size:12px;
	font-weight: bold;
	color: #ffffff;
	cursor: pointer;
	padding: 1px 1px 1px 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.buttonlrg:hover {
	color: #ffffff;
	background-color: #194d86;
	text-decoration: none;
	cursor: pointer;
}
/* End Download form styles */