﻿/* CSS Document */


body {
	background-color: #999999;
}
.bodyText 
{
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}
a.menuText {
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
	color:#333333;
	text-decoration:none;
}
a.menuText:hover {
	font-family: Tahoma, Verdana, Arial;
	font-size: 12px;
	text-decoration:none;
	font-weight:bold;
}
.menuUnderline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}

.BackToDealerButtonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
a.BackToDealerButtonText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:none;
}

a.BackToDealerButtonText:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration:underline;
}

.BackToTop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #721011;
	padding-right: 15px;
}
.BroughtToYouBy {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 11px;
	font-weight: bold;
}
.BroughtToYouText {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 45px;
	margin-right: 20px;
	text-align: right;
}
a.BroughtToYouTextLink {
	color: #FFFFFF;
}


