/* CSS Document */

body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
a {
	font-size: 9px;
	color: #000000;
}
/* regular links */
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #990000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #FF6600;
}
/* team links */
.team {
	font-size: 12px;
	color: #CC0000;
}
.team:link {
	text-decoration: underline;
}
.team:visited {
	text-decoration: underline;
	color: #990000;
}
.team:hover {
	text-decoration: underline;
	color: #FF0000;
}
.team:active {
	text-decoration: underline;
	color: #FF6600;
}
/* copyright link 
.copyright {
	font-size: 9px;
	color: #ffffff;
}
.copyright:link {
	text-decoration: none;
}
.copyright:visited {
	text-decoration: none;
	color: #ffffff;
}
.copyright:hover {
	text-decoration: none;
	color: #ffff00;
}
.copyright:active {
	text-decoration: none;
	color: #ff6600;
}
*/

/* footer LINK */
a.footer {
	font-size: 9px;
	color: #ffffff;
}
a.footer:link {
	text-decoration: none;
}
a.footer:visited {
	text-decoration: none;
	color: #ffffff;
}
a.footer:hover {
	text-decoration: none;
	color: #ffff00;
}
a.footer:active {
	text-decoration: none;
	color: #ffff00;
}
/* footer TEXT */
.footerText {
	font-size: 9px;
	color: #ffffff;
}


/* WhiteNav LINK */
a.wnav {
	font-size: 12px;
	color: #ffffff;
}
a.wnav:link {
	text-decoration: none;
}
a.wnav:visited {
	text-decoration: none;
	color: #ffffff;
}
a.wnav:hover {
	text-decoration: none;
	color: #ffff00;
}
a.wnav:active {
	text-decoration: none;
	color: #ffff00;
}
/* footer TEXT */
.wnavText {
	font-size: 9px;
	color: #ffffff;
}

/* SCHEDULE */
.sched1 {
	color: #FFFFFF;
	font-weight: bold;
}
.sched2 {color: #FFFFFF}

.style1 {color: #FF0000}
/* Play off bracket borders */
td.Rt {
	border-style: none solid none none;
	border-width: 2px 2px 2px 2px;
	border-color:#990000;
}
td.RtBttm {
	border-style: none solid solid none;
	border-width: 2px 2px 2px 2px;
	border-color:#990000;
}
td.Bttm {
	border-style: none none solid none;
	border-width: 2px 2px 2px 2px;
	border-color:#990000;
}

