body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFCC;
	margin: 0px;
}
.maintable {
	background-color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: inset;
	border-bottom-style: none;
	border-left-style: outset;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
}
a, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #993300;
	text-decoration: none;
}

a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
.oddrow {
	background-color: #FFFFFF;
	border-top-color: #823430;
	border-right-color: #823430;
	border-bottom-color: #823430;
	border-left-color: #823430;
}
.evenrow {
	background-color: #FFFFFF;
}
.teamnumber {
	font-size: 48px;
	color: #823430;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
}
.drivername {
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
	color: #823430;
	text-decoration: none;
}
.entrytable {
	border: thin solid #823430;
}
.maintable .entrytable td {
	border: thin solid #853935;
	text-align: center;
	vertical-align: top;
	padding-top: 8px;
}
.formtable {
	width: 420px;
	border: thin solid #813530;
}
.formheading {
	color: #823430;
	font-size: 14px;
	font-weight: bold;
	background-color: #FFFFCC;
}
.formtitle {
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	vertical-align: middle;
}
.required_field {
	border: thin solid #FF0000;
}
.formfield {
	font-size: 12px;
	font-weight: normal;
}
.formerror {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #FFFF00;
	text-align: center;
	background-color: #FF0000;
	line-height: 30px;
}
.navrow {
	text-align: center;
	vertical-align: middle;
	padding: 0px;
	border: 1px solid #823430;
	height: 32px;
	margin: 0px;
	color: #823430;
	font-weight: bold;
}
.navrow a {
	font-size: 18px;
	font-weight: bold;
	color: #823430;
	padding-right: 10px;
	padding-left: 10px;
}
.resultstable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: thin solid #823430;
	text-align: center;
}
.resultstable .titlerow {
	font-weight: bold;
	background-color: #CCCCFF;
}
.resultstable .oddrow {
	background-color: #FFFFFF;
}
.resultstable .evenrow {
	background-color: #FFFFCC;
}
.resultstable td {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-top-color: #833632;
	border-right-color: #833632;
	border-bottom-color: #833632;
	border-left-color: #833632;
}
.resultstable caption {
	font-size: 18px;
	font-weight: bold;
	vertical-align: bottom;
}
