body { /*Body Tag*/
	text-align: center;
}
body { /*Body Tag*/
	text-align: -moz-center; /*Firefox*/
}
TABLE.main_table { /*main table index.asp*/
	margin:0px auto 0px auto; /*used to center table only in safari*/
}
TABLE { /*All TABLE Tags*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #000000;
}
TABLE.top_header_title { /*Table containing the title of the event in top.asp*/
	display:none;
}
TABLE.section_header { /*section headers in left.asp*/
	background-color: #A20100;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
TABLE.thumbnail { /*thumbnail table*/
	background-color: #A20100;
}
TR.thumbnail { /*thumbnail row*/
	background-color: #FFFFFF;
}
TR.row1 {
	display:none;
}
TD.row2_col1 { /*index.asp*/
	display:none;
}
TD.row2_col2 { /*index.asp*/
	background-color: #FFFFFF;
	width:576;
	height:520;
}
TD.row2_col3 { /*index.asp*/
	background-color: #CCCCCC;
	width:1;
}
TR.row3 {
	display:none;
}
TD.top_row1_col1 { /*include/top.asp*/
	background: url(../images/8/sports[1]_01.gif); /*url is relative to the css root directory*/
	background-repeat:no-repeat;
	background-position: left top; 
	width:321;
	height:53;
}
TD.top_row1_col2 { /*include/top.asp*/
	background: url(../images/8/top.gif); /*url is relative to the css root directory*/
	background-repeat:no-repeat;
	background-position: left top; 
	width:430;
	height:53;
}
TD.top_row2_col1 { /*include/top.asp*/
	background: url(../images/8/sports[1]_02.gif); /*url is relative to the css root directory*/
	background-repeat:no-repeat;
	background-position: left top; 
	width:321;
	height:27;
}
TD.top_row2_col2 { /*include/top.asp*/
	background: #000000; 
	width:1;
	height:27;
}
TD.top_row2_col3 { /*Navigation Bar*/ /*include/top.asp*/
	background: #000000; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	color: #FFFFFF;
	text-decoration: none;
	text-align:center;
}
TD.top_row2_col4 { /*include/top.asp*/
	background: url(../images/8/top_eft_cor[1]_02.gif); /*url is relative to the css root directory*/
	background-repeat:no-repeat;
	background-position: left top; 
	width:20;
	height:27;
}
TD.top_row2_col5 { /*include/top.asp*/
	display:none;
}
TD.top_row3_col1 { /*include/top.asp*/
	background: url(../images/8/sports[1]_03.gif); /*url is relative to the css root directory*/
	background-repeat:no-repeat;
	background-position: left top; 
	width:182;
	height:15;
}
TD.top_row3_col2 { /*include/top.asp*/
	width:400;
}
TD.top_row3_col3 { /*include/top.asp*/
	background-color: #CCCCCC;
	width:1;
}
TR.left_rowa { /*include/left.asp*/
	display:none;
}
TD.left_rowb_col1 { /*include/left.asp*/
	background: #FFFFFF;
	width:180;
}
TD.left_row1_col1 { /*include/left.asp*/
	background-color: #A20100;
	width:1;
	height:475;
}
TD.left_row1_col2 { /*include/left.asp*/
	width:172;
}
TD.left_row1_col3 { /*include/left.asp*/
	background-color: #A20100;
	width:1;
}
TD.left_row3_col123 { /*include/left.asp*/
	background: url(../images/8/left_bot.gif); /*url is relative to the css root directory*/
	background-repeat:no-repeat;
	background-position: left top; 
	width:174;
	height:11;
}
TR.bottom_row1 { /*include/bottom.asp*/
	display:none;
}
TD.bottom_row2_col2 { /*include/bottom.asp*/
	background: url(../images/8/bo_bg.gif); /*url is relative to the css root directory*/
	background-repeat:repeat;
	background-position: left top; 
	width:15;
	height:11;
}
TD.bottom_row2_col3 { /*include/bottom.asp*/
	background: url(../images/8/bo_cor.gif); /*url is relative to the css root directory*/
	background-repeat:no-repeat;
	background-position: left top; 
	width:15;
	height:11;
}
TD.bottom_row3_col2 { /*Copyright Text  - include/bottom.asp*/
	color: #999999;
}
TD.bottom_row3_col3 { /*Copyright Text  - include/bottom.asp*/
	display:none;
}
select { /*selection boxes*/
	font-family: arial;
	font-size: 11px;
}
input { /*input boxes*/
	font-family: Arial;
	font-size: 11px;
}
a { /*All links*/
	font-family: arial;
	font-size: 11px;
	color: #0000FF;
	text-decoration: underline;
}
a:hover { /*All links on hover over*/
	color: #CC0000;
	text-decoration: underline;
}
.company_name { /*company_name text in left.asp*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	color: #7B2F7B;
	text-decoration: none;
}
.error_message { /* Error messages*/
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 1px none #000000;
	color: #FF0000;
	font-weight: bold;
}
.section_text { /*section text left.asp*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
}
.navigation_text { /*navigation text top.asp*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-decoration: none;
	color: #FFFFFF;
}