/*////////// GENERAL //////////*/

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	background-color: #000000;
	background-image: url(../photos/background.gif);
}

a:link {color:#000000}      /* unvisited link */
a:visited {color:#000000}  /* visited link */
a:hover {color:#000000}  /* mouse over link */
a:active {color:#000000}  /* selected link */



.columnNav {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
	line-height: 18px;
}

.columnNav a:link {
	text-decoration: none;
	color: #FFFFFF;
}

.columnNav a:visited {
	text-decoration: none;
	color: #FFFFFF;
}

.columnNav a:hover {
	text-decoration: none;
	color: #FF0000;
}

.columnNav a:active {
	text-decoration: none;
	color: #FF0000;
}

.bodyText {
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
}

.bodyText a:link {
	text-decoration: underline;
	color: #FFFFFF;
}

.bodyText a:visited {
	text-decoration: underline;
	color: #FFFFFF;
}

.bodyText a:hover {
	text-decoration: underline;
	color: #FF0000;
}

.bodyText a:active {
	text-decoration: none;
	color: #FF0000;
}

.dealerTitle {
	color: #FF0000;
	font-weight: bold;
}

.footerText_Lft {
	font-family: Verdana, sans-serif;
	text-align:left;
	vertical-align:top;
	padding-top:5px;
	font-size: 9px;
	color: #444444;
}

.footerText_Rt {
	font-family: Verdana, sans-serif;
	text-align:right;
	vertical-align:top;
	padding-top:5px;
	font-size: 9px;
	color: #444444;
}


.footerText_Rt a:link {
	text-decoration: none;
	color: #444444;
}

.footerText_Rt a:visited {
	text-decoration: none;
	color: #444444;
}

.footerText_Rt a:hover {
	text-decoration: none;
	color: #666666;
}

.footerText_Rt a:active {
	text-decoration: none;
	color: #666666;
}

facebookIcon {
}

