A {  font-weight: normal; text-decoration: none }
A:link {  text-decoration: none; color: #291AF5 }
A:active { text-decoration: none }
A:visited { text-decoration: none }
A:hover { text-decoration: underline; font-weight: none; color: #291AF5}

/* Begin styles added for new product index */

div.product_list{
font-weight: bold;
text-align: left;
}
a.product{
color:black;
font-weight: bold;
text-decoration: none;
display: block;
width: 100%;
margin: 1px;
padding: 2px 2px 2px 10px;
cursor: pointer;
font-size: 0.8em;
background: #ddd url('/images/grey_arrow.png') right no-repeat;
}

a.product:hover{
text-decoration: none; /* For IE */
background-color:#88aacc;
background-image: url('/images/yellow_arrow.png')
}
span.tm{
font-size: 0.6em;
position:relative;
top: -0.8em;
}
span.ctpat{
position: relative;
left: 5px;
font-size: 0.8em;

}
/* End product index styles */

		
body, td{
	font-family: Verdana;
	font-size: 14px;
	color: #4F5556
}
 
input, textarea, select { 
	font-family: Tahoma;
	font-size: 9px;
	color: #000000
}
 
.home_maincopy { 
	font-family: arial;
	font-size: 11px;
	color: #333333;
	font-weight:none
}

.home_menu { 
	font-family: arial;
	font-size: 12px;
	color: #7D0000;
	font-weight:bold
}

.sub_menu { 
	font-family: arial;
	font-size: 11px;
	color: #670809;
	font-weight:bold
}

.home_sub_quotes { 
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	font-weight:bold
}

.home_sub_schedule { 
	font-family: arial;
	font-size: 09px;
	color: #454545;
	font-weight:none
}





form {margin-bottom : 0}