a:link { 
	text-decoration: none;
	color : #A20E1B;
}

a:visited { 	
	text-decoration: none; 
	color : #50080F;
}

a:hover { 
	text-decoration: underline; 
	color : #ED1A2D;
}

a:active { 
	text-decoration: none; 
	color : #ED1A2D;
}

<? include_once "colors.php"; ?>

.italic1 {
	color : #4d6f52;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: italic;
	vertical-align : top;
	padding-top: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	line-height: 1; 
}

.header {
	font-family : Verdana, sans-serif;
	font-size: 14pt;
	font-style: normal;
	line-height: 1; 
}

.copy {
	font-family : Verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	line-height: 1; 
}

.title {
	font-family : Verdana, sans-serif;
	font-size: 9pt;
	font-style: normal;
	line-height: 1; 
	letter-spacing : .75;
}
.dealer-select {
	font-family : Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1; 

}
.location-select {
	font-family : Verdana, sans-serif;
	font-size: 10pt;
	font-weight: bold;
	line-height: 1; 

}
.copy-strong {
	font-family : Verdana, sans-serif;
	font-size: 8pt;
	font-style: normal;
	font-weight : bold;
	line-height: 1; 
	padding-left : 5px;
}

.message {
	font-family : Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	line-height: 1; 
}

.notification {
	color : <?=$COLOR[4]?>;
	font-family : Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight : bold;
	font-style: normal;
	line-height: 1; 
}

.sidebar {
	font-family : Verdana, sans-serif;
	margin-left : 40px;
	font-size: 7pt;
	font-weight : bold;
	font-style: normal;
	line-height: 1; 
}

.copy-small {
	font-family : Verdana, sans-serif;
	font-size: 7.5pt;
	font-style: normal;
	line-height: 1; 
}

.button {
   	background-color : <?=$COLOR[3]?>;
	border-top-width : 1px;
	border-left-width : 1px;
	border-right-width : 1px;
	border-bottom-width : 1px;
	border-color : <?=$COLOR[2]?>;
	color : <?=$COLOR[0]?>;
	font-family : Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
   }
   
.formfield {
	border-color : <?=$COLOR[2]?>;
	border-width : 1px;
	font-family : Verdana, sans-serif;
	font-size: 8pt;
	font-weight: bold;
   }
   
.tinyfield {
	border-color : <?=$COLOR[2]?>;
	border-width : 1px;
	font-family : Verdana, sans-serif;
	font-size: 7pt;
	font-weight: normal;
   }
   
.errorMessage {
	font-family : Verdana, sans-serif;
	font-size: 7.5pt;
	font-weight: bold;
	color : red;
	line-height: 1; 
   }   