@charset "UTF-8";
.textheader {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.bgrepeat {
	background-repeat: repeat;
}
.textnormal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #CCCCCC;
	line-height: 150%;
}
.divmarg {
	margin-left: 20px;
	margin-right: 20px;
}

.divmarg p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

ul.nav  {
	padding-left: 0px;
	list-style: none;
	margin: 0px;
	color: #999999;
}

ul.nav li {
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

ul.nav a {
	border: 0px solid #CCCCCC;
	padding: 3px 5px 3px 5px;
	margin-right: 3px;
	text-decoration: none;
	color: #4277BB;
}

ul.nav a:hover {
	background-color:#4277BB;
	color: #FFFFFF;
}
.racedate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #4277BB;
	font-weight: bold;
}
.racetrack {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}
.readmorelink a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4277BB;
	text-decoration: none;
}
.readmorelink a:hover {
	background-color:#4277BB;
	color: #FFFFFF;
}

.raceevent {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CCCCCC;
}
div.thumbnail {
}
div.thumbnail img {
	background-color: #FFFFFF;
	padding: 6px;
	border: 3px outset #4377BB;
	margin: 6px;
}
.biocaption {
	margin: 6px;
	padding: 6px;
	width: 200px;
	background-color: #999999;
	color: #000000;
	font-weight: bold;
	border: 3px solid #4377BB;
}
div.thumbnail a:hover img {
	background-color: #000000;
	border: 3px solid #4377BB;
	cursor: crosshair;
}
.teamtitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #4377BB;
	margin-bottom: 5px;
}
.floatright {
	float: right;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.floatleft {
	float: left;
	margin-top: 0px;
	margin-right: 6px;
	margin-bottom: 0px;
	margin-left: 6px;
}
.newstitle {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	font-family: Arial, Helvetica, sans-serif;
	font-style: italic;
	font-weight: bold;
	color: #4377BB;
	margin-bottom: 5px;
	font-size: 14px;
}
.newsdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	margin-bottom: 4px;
}
.textnormal a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4277BB;
	text-decoration: none;
}
.textnormal a:hover {
	background-color:#4277BB;
	color: #FFFFFF;
}
tr.alt td {
	background: #333333;
}
tr.over td {
	background: #666666
}

.clearer {
	clear: left;
}