﻿.TBL
{
	font-family: arial;
	font-size: 8pt;
}

.HEAD
{
	background-color: #FCC101;
	color: white;
	font-weight: bold;
	padding-right: 3px;
	padding-left: 3px;
	align: center;
}
.HROW
{
	background-color: #FFFFAC;
	padding-right: 3px;
	padding-left: 3px;
}

.ROW
{
	padding-right: 3px;
	padding-left: 3px;
}
.raceName 
{
	font-size: 12pt;
	font-weight:bold;
}
.btn
{
   margin: 0px;
	padding: 0px;
	font-size: 8pt;
	color: #0033CC;
	border-style: none;
	border-width: 0px;
	text-decoration: underline;
	background-color: transparent;
	cursor: pointer;
	vertical-align: bottom;
}
