.header {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 12px;
  font-weight: bold;
}

.textsmall {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}

.textsmallMenu {
  color: white;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}

.email {
  color: white;
  font-family: verdana, arial, sans-serif;
  font-size: 10px;
}

.email a:link {
  color: white;
  text-decoration: none;
}

.email a:visited {
  color: white;
  text-decoration: none;
}

.email a:hover {
  color: white;
  text-decoration: underline;
}

.email a:active {
  color: white;
  text-decoration: underline;
}

body, table, td, th {
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
}

.TempDisabledLink
{
  color: #CA4F30;
  text-decoration: none;
}

a:link {
  color: #CA4F30;
  text-decoration: none;
}

a:visited {
  color: #CA4F30;
  text-decoration: none;
}

a:hover {
  color: #CA4F30;
  text-decoration: underline;
}

a:active {
  color: #CA4F30;
  text-decoration: underline;
}

.searchInput {
  background: #FFFFFF;
  color: black;
  font-family: verdana, arial, sans-serif;
  font-size: 11px;
  width: 110px;
}

.searchScope {
  background: #FFFFFF;
  color: black;
  font-size: 11px;
}

.copyright {
  font-size: 10px;
}

/* Begin GameSchedule Classes  */

.outerTable
{
	border-collapse:collapse;
	border-color:#111111;
	width:100%;
	font-family:arial;
}
.gameHeader
{
	width:100%;
	background-color:#E4E4E4;
	font-weight:bold;
}
.gameTime
{
	width:16%;
}
.gameDisplay
{
	width:84%;
}
.score
{
	font-weight:bold;
}
.winner
{
	font-weight:bold;
	color:#FF0000
}
.gameSummary
{
	font-weight:bold;
	color:#000080;
}
.hiddenGameSummary
{
	visibility:hidden;
	display:none;
}
.champion
{
	color:#FF0000;
	font-weight:bold;
}

/*  Begin Front Page Ticker */
.gameImage
{
	color:red;
	font-weight:bold;
}

.tagline
{
	font-weight:bold;
}



/*  End Front Page Ticker */


/*  Begin Bracket Classes */
.mainTable
{
	width:580;
	cellspacing:0px;
	cellpadding:0px;
	border:0px;
	border-width:0px;
}
.mainTable td
{
	width:145px;
}
.lineTop
{
	border-top:solid 1px black;	
}
.lineBottom
{
	border-bottom:solid 1px black;
}
.lineRight
{
	border-right:solid 1px black;
}
.lineLeft
{
	border-left:solid 1px black;
}