body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F5F5F5;
	margin-top: 0px;
	padding-top: 0px;
	font-size: 11px;
}

a:link {
	color: #000066;
	text-decoration: none;
}
a:visited {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.heading {
	font-size: 24px;
}

.style1 {
	font-size: 9px
}

.style2 {
	font-size: 10px;
}

.style3 {
	font-size: 24px;
}

.style4 {
	font-size: 14px;
	font-weight: bold;
}

.style5 {
	font-size: 14px;
}

.style6 {
	font-size: 14px;
}

.style14 {
	color: #000033;
}

.style15 {
	font-size: 14px;
}

.sideimage {
	border: 3px solid #000000;
}
.sideimage:hover {
	border: 3px solid #0000FF;
}

table {
	border-collapse: collapse;
	border-style: none;
	text-align: left;
	font-size: 11px;
}

table.main caption {
	background-color: #000000;
	color: #FFFFFF;
}
table.main th {
	background-color: #808080;
}
table.main td {
	padding-left: 10px;
}

table.cars {
	font-size: 11px;
}

table.carsinner {
	border-top: solid 4px #000000;
	font-size: 11px;
}
table.carsinner td {
	padding-left: 10px;
}

input {
	font-size: 11px;
}
textarea {
	font-size: 11px;
}
select {
	font-size: 11px;
}
