/* CSS Document */
 BODY {
  scrollbar-arrow-color:#4B96CF;
  scrollbar-track-color:#F9F9F9;
  scrollbar-shadow-color:#F0F0F0;
  scrollbar-face-color:#F0F0F0;
  scrollbar-highlight-color:#F0F0F0;
  scrollbar-darkshadow-color:#E0E0E0;
  scrollbar-3dlight-color:#E0E0E0;
 }

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}

.haeding {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #999999;
	}

.border_style {	
border-style: solid;
border-color: #ACC1C6;
border-bottom-width: 0px;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
}

.testdrive {	
border-style: solid;
border-color: #ACC1C6;
border-bottom-width: 1px;
border-top-width: 0px;
border-left-width: 1px;
border-right-width: 1px;
}

.mtf_mta {	
border: 1px solid #ACC1C6;
}

.key_links {	
border: 1px solid #E3E7E8;
}

.disclaimer {color: #ACC1C6;}
.disclaimer {text-decoration: none;}
.disclaimer:hover {text-decoration:none; color:#696969; border-bottom: 1px dotted;}

.heavylinks {color: #696969;}
.heavylinks {text-decoration: none;}
.heavylinks {fontweight: strong;}
.heavylinks:hover {text-decoration:underline; color:#4B96CF;}

.mail {color: #696969;}
.mail {text-decoration: none;}
.mail {font-weight: bold;}
.mail:hover {text-decoration:underline; color:#4B96CF;}

.stock {color: #696969;}
.stock {text-decoration: none;}
.stock:hover {text-decoration:hover; color:#4B96CF;}

UL
{
list-style-type: square;
list-style-image: url("images/bullet.gif");
}

