body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background: #FFFFFF url(../WebsiteImages/background/background_carbonblack.gif) repeat scroll center top;
}

ul {
	list-style: square url(../WebsiteImages/li_bullet_bluearrow.gif);
}

.mainpage {
	background: #FFFFFF;
	font: xmedium Geneva, Arial, Helvetica, sans-serif;
	width: 1000px;
	height: 600px;
}

.carspectable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 5px;
	width: 98%;
	list-style: square url(../WebsiteImages/li_bullet_bluearrow.gif);
}

.smalltable {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	padding: 5px;
	width: 98%;
	list-style: square url(../WebsiteImages/li_bullet_bluearrow.gif);
}

a:link {
	color: #FF0000;
	text-decoration:none
}

a:hover {
	color: #000066;
	text-decoration:underline;
}
a:visited {
	color: #FF0000;
	text-decoration:none
}

.tdhead {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: medium;
	color: #FFFFFF;
	background: #FF0000;
	font-weight: bold;
	text-transform: none;
}

.tdcells {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000000;
	background: #9afeff;
	margin: 3px;
	padding: 3px;
}

