@charset "utf-8";
/* CSS Document */

body  {
	margin: 6; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	scrollbar-base-color: #990000;
	scrollbar-arrow-color: #FFFFFF;
}
#dealers {
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	padding: 4px;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #990000;
	margin-bottom: 6px;
	text-transform: uppercase;
	padding: 0px;
	margin-top: 0px;
}
h1 code {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: none;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	margin-bottom: 6px;
	font-weight: bold;
	background-color: #990000;
	display: block;
	padding: 4px;
}
h2 code {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: none;
}
a {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
li {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
}
.small {
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #FFFFFF;
}
.red  {
	font-family: "Times New Roman", Times, serif;
	color: #990000;
}
.black  {
	font-family: "Times New Roman", Times, serif;
	color: #000000;
}

