body
{
/*	text-align: center;*/
	background-color: #e0d8c8;/*#D9541E;*/
}

table.MainTable 
{
	margin: 0 auto;
	
	border: 0px;
	/*border-right:2px solid #D9541E;*/
	padding: 0px ;
	background-color: #ffffff;
}


table.RaceReport a:link
{
	text-decoration: underline
}
table.RaceReport a:visited
{
	color: blue; 
} 
table.RaceReport a:active 
{
	color: blue; 
}

table.RaceReport
{
	border:1.0pt solid #FF6611; border-collapse: collapse; text-align:center
	
}
table.RaceReport td
{
	font-size: 10.0pt; 
	font-weight: 400; 
	font-style: normal; 
	font-family: Arial; 
	text-align: general; 
	vertical-align: bottom; 
	white-space: nowrap; 
	border-left: 1.0pt solid #FF6600; 
	border-right: 1.0pt solid #FF6600; 
	border-top: 1.0pt solid #FF6600; 
	border-bottom: 1.0pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px
}
table.InfoList
{
	height: 13.5pt; 
	color: black; 
	font-family: Arial; 
	font-size: 10.0pt; 
	font-weight: 400; 
	font-style: normal; 
	text-decoration: none; 
	text-align: left; 
	vertical-align: middle; 
	white-space: nowrap; 
	border: 1.0pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px
}
table.InfoList thead td
{
    color: white; 
    font-size: 12.0pt; 
    font-weight: 700; 
    font-family: 'Lucida Sans'; 
    vertical-align: middle; 
    font-style: normal; 
    text-decoration: none; 
    text-align: center; 
    white-space: nowrap; 
    background: #ff6600; 
	border: 1.5pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px
}
table.InfoList td
{
	height: 22;
	border: 1.0pt solid #FF6600; 
	padding-left: 1px; 
	padding-right: 1px; 
	padding-top: 1px;
    white-space: normal;
}


/* schedule table definitions */
.SchedTable td
{
    vertical-align: top;
    /*font-weight: 600;*/
}
.SchedMonth td
{
    font-size: 12pt;
    font-weight: bold;
    color: #FFFFFF;
    border: none;
    border-bottom: solid 3px #FF6600;
    padding-left: 0px;
}
.SchedMonth span
{
	background-color: #FF6600;
	padding-bottom: 1px;        /* gets rid of a white line */
}	

.SchedRaceRow td
{
    font-weight: 700;
    color: #FA5F02;
    border-top: 1px solid #FF6600;
}
.SchedRaceRow span
{
    font-weight: normal;
    color: Black;
}

:hover.HoverColor
{
	color: blue;
	font-weight: bold;
	color: white;
	background: #FF9900;
}
.CoachesText
{
	font-size: 10pt;
	margin-left: 10px;
	margin-top: 0;
}
.CoachesText H1
{
	font-size: 10.0pt; 
	font-weight:700;
	color: #D9541E;
	margin-bottom: 0px;
}
