"utf-8";
body {
	margin: 5px;
	padding: 0px;
	background-color: #000000;
}
#topbutton {
	font-size: 15px;
	color: #FFFFFF;
	margin-top: 12px;
	text-align: left;
}
#downbutton {
	font-size: 15px;
	color: #FFFFFF;
	padding-top: 15px;
	text-align: center;
}
#topbutton a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCCCCC;
	border-right-color: #333333;
	border-bottom-color: #000000;
	border-left-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(images/buttonbg2.gif);
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#topbutton a:hover {
	background-image: url(images/buttonbg.gif);
}
#downbutton a {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #FFFFFF;
	text-decoration: none;
	margin-right: 2px;
	margin-left: 2px;
	background-image: url(images/buttonbg2.gif);
	padding-top: 5px;
	padding-right: 8px;
	padding-bottom: 5px;
	padding-left: 8px;
}
#downbutton a:hover {
	background-image: url(images/buttonbg.gif);

}
#wherepagediv {
	font-size: 12px;
	color: #FFFFFF;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#wherepagediv a {
	color: #FFFFFF;
	text-decoration: none;
}
#wherepagediv a:hover {
	color: #CCCCCC;
	text-decoration: underline;
}
#topdiv {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}
#topdiv #textfield {
	font-size: 12px;
	color: #333333;
	height: 15px;
	width: 75px;
	border: 1px solid #330000;
}

#w200div {
	width: 200px;
	padding-top: 5px;
}
#w500div {
	width: 500px;
	padding-top: 5px;
}
#w705div {
	width: 705px;
	padding-top: 5px;
}
.w200content {
	background-color: #FFFFFF;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #aaaaaa;
	border-bottom-color: #aaaaaa;
	border-left-color: #aaaaaa;
	background-image: url(images/contentbg.gif);
	background-repeat: repeat-x;
}
.content_title {
	font-size: 15px;
	text-align: left;
}

.content_text {
	font-size: 12px;
	line-height: 18px;
	color: #000000;

}

#morelinksdiv a {
	font-size: 12px;
	color: #330000;
	text-decoration: none;
}
#morelinksdiv {
	text-align: right;
}

#morelinksdiv a:hover {
	color: #993300;
	text-decoration: underline;
}
#adareadiv {
	margin-top: 5px;
	background-color: #FFFFFF;
	border-top-color: #ADAAAD;
	border-right-color: #ADAAAD;
	border-bottom-color: #ADAAAD;
	border-left-color: #ADAAAD;
	text-align: center;
}
#sportsnewslinksdiv a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
}

#sportsnewslinksdiv a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 15px;
	line-height: 20px;
}
#masterreportsdiv a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
}

#masterreportsdiv a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 15px;
	line-height: 20px;
}
#masterdiv a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
}
#masterdiv a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 15px;
	line-height: 22px;
}
#reportlinksdiv a {
	color: #000000;
	text-decoration: none;
	font-size: 15px;
	line-height: 22px;
}
#reportlinksdiv a:hover {
	color: #666666;
	text-decoration: underline;
	font-size: 15px;
	line-height: 22px;
}
#underdiv {
	color: #FFFFFF;
}
#underdiv a {
	color: #FFFFFF;
	text-decoration: none;
}
#underdiv a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
.td2 {
    cursor:hand;
    onmouseover: expression(onmouseover=function (){this.style.borderColor ='blue';this.style.color='red';this.style.backgroundColor ='#CAF0FF'});
    onmouseout: expression(onmouseout=function (){this.style.borderColor='';this.style.color='';this.style.backgroundColor =''});
}
