body {
	background-color: #E61D25;
	margin: 0px;
}
.navText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: bold;
}
.bodyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.bodyTextBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
}
.headerOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.subHeaderOne {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
}
.dealerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.companyText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.phoneText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #E61D25;
}
.footerText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}

a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
a:visited {
	color: #990000;
	text-decoration: none;
}

a.nav:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.nav:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
a.nav:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.nEntry {
	padding: 10px;
	width: 499px;
	position: relative;
	background-image: url(../images/bkg50.png);
	background-repeat: repeat-y;
}
.neTop {
	width: 519px;
	height: 10px;
	position: relative;
	clear: both;
}
.neBottom {
	width: 519px;
	height: 10px;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
