BODY {
	color: Black;
	background-color: White;
	font-family: Arial;
	font-size: 10pt;
	text-align: left;
}

A {
	color: #CC0000;
}

A:HOVER {
	color: #CC0000;
}

A.Navigation:LINK {
	color : #CC0000;
	text-decoration : underline;
}

A.Navigation:HOVER {
	color : #CC0000;
	text-decoration : underline;
}

A.Navigation:VISITED {
	color : #999999;
	text-decoration : underline;
}
p.dealers span { float: left; clear: left; }
p.dealers { text-align: right; }
#callout-wrap { border: 1px solid #f7e601; width: 400px; background-color: #fcf9cf; margin-left: 95px; }
.callout { border: 5px solid #cc0000; padding: 5px 3px; text-align: center; font-size: 1em; font-weight: bold; background-color: #fcf9cf; }