/* Cars Style Sheet */

BODY {
	background-color: #ccffff;
	color: #000;
	margin: 0px;
}

.SmallPrint {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
}

.BodyCopy {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 12px;
}

.SubHeader {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.GrayHeader {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #999999;
}

.MainHeader {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.ImageCaption {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 10px;
}

.Header {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
}
.Body {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
}
.Caption {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
}
h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
}
.Small {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
}

.GraySmall {
	font-family: arial, helvetica, verdana, sans-serif;
	font-size: 11px;
	color: #999999;

}

