body {
	padding: 0;
	margin: 0;
	/*height:100%; /* needed for container min-height */
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #6a6a6a;
	background-image: url(images/template/background_vertBorder.jpg);
	background-repeat: repeat-y;
	background-position: center;
	background-color: #b6b2b2;
}

.paragraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #5A4A42;
	line-height: 20px;
	font-weight: normal;
	text-align: left;
}

.pageHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #5A4A42;
}

.pageHeadingParagraph {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	color: #5A4A42;
}

.paragraphHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	font-variant: normal;
	color: #5A4A42;
}

.carTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-variant: normal;
	color: #5A4A42;
	background-color: #B6B2B2;
	padding-left: 9px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: left;
}

a.carTitlesL:link, a.carTitlesL:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	font-variant: normal;
	color: #5A4A42;
	text-decoration: none;
}

a.carTitlesL:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bold;
	line-height: 16px;
	font-variant: normal;
	color: #5A4A42;
	text-decoration: underline;
}

.carPrices {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-style: normal;
	font-weight: bold;
	line-height: 20px;
	font-variant: normal;
	color: #990000;
}


.footerL {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #5A4A42;
	font-weight: normal;
	text-align: left;
}
.footerR {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #5A4A42;
	font-weight: normal;
	text-align: right;
}

a.footer a:visitedfooterR{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-style: normal;
	color: #5A4A42;
	font-weight: normal;
	text-align: right;
}


a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #CCCCCC;
	text-align: left;
}

a.R:link, a.R:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #5A4A42;
	text-decoration: none;
}
a.R:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	text-decoration: none;
	color: #FFFFFF;
	text-align: right;
}

.tdLine {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #B6B2B2;	
}
