
/*remove underline from nav bar menu drop downs...reference this by 'class="navlink"' in your <div></div> tags*/
.navlink A:link { color:#cc9933; font-family: verdana; font-weight: normal; text-decoration: none;}
.navlink A:active{ color:#ffffff; font-family: verdana; font-weight: normal; text-decoration: none;}
.navlink A:visited {color:#cc9933; font-family: verdana; font-weight: normal; text-decoration: none;} 

.prodlink A:link { color:#000000; text-decoration: none;}
.prodlink A:active{ color:#000000; text-decoration: none;}
.prodlink A:visited {color:#000000; text-decoration: none;} 

td {font-family:verdana; font-size:10px; color: #000000;}
.largetype {font-family:verdana; font-size:12px;}
sup {font-size:7px;}

a:link {color: #FF3333; text-decoration: underline}
a:hover {  color: #FF3333; text-decoration: underline}
a:visited {  color: #000000; text-decoration: underline}
a:active {  color: #FF3333; text-decoration: underline}
.productname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #000000;
}
.productdesc {
	font-size: 12px;
	font-style: italic;
}
.sectionTitle {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}
.largecolortype {
	font-size: 14px;
	font-weight: bold;
	color: #990000;
}