@charset "UTF-8";
/* CSS Document */

body, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 18px;
	font-weight:bold;
}
body {
	background-color: #000000;
	background-image: url(../images/bg.jpg);
	background-position:top;
	background-repeat:no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #FFCC00;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #FFFF99;
}
a:hover {
	text-decoration: none;
	color: #990000;
}
a:active {
	text-decoration: underline;
}
h1 {
	font-size: 24px;
	color: #FFFF99;
}
h2 {
	font-size: 14px;
	color: #FFFF99;
}
.mySpace {
	padding-top: 68px;
}
.headerContainer {
	background-image: url(../images/headerTile.gif);
	background-repeat: repeat-x;
}
.Car {
	background-image: url(../images/car.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
}
.maroon {
	color:#990000;
}
.maroonTitle {
	color:#990000;
	font-size:16px;
	font-weight:bold;
}
.yellow {
	color:#FFFF99;
}
.yellowTitle {
	color:#FFFF99;
	font-size: 14px;
	font-weight:bold;
}
.gray {
	color:#999999;
}
.sidebar {
	padding-left:18px;
}