/* CSS Document */


body {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Georgia;
	font-size: 75%;
	color: #000000;
	padding: 0px;
}

a:link    {
	color: #2D2D2D;
	text-decoration: none;		
			} 
						
a:visited { 
     color: #333333;
	 text-decoration:none;

	  }    /* visited links   */

a:hover   { color: #333333;

 } /* user hovers over link*/
 
a:active  { color: #000000}   /* active links    */

.navigationheader {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.vehiclespec {
	font-family: Georgia;
	font-size: 10px;
	color: #000000;
}
.vehiclespecgrey {

	font-family: Georgia;
	font-size: 10px;
	color: #999999;
}
.aligntop {
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	position: static;
}
.copyright {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.hrdottedb {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #333333;
}


#cmxMap {
font:Georgia;
font-size: 12px;
}
