@charset "utf-8";
/* CSS Document */

body {
	background-image: none;
	background-repeat: repeat;
	background-color: #000;
	border: thin solid #000;
}
.Table1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	background-color: #666;
	text-align: center;
	border: thin solid #000;
}
.Table2 {
	background-color: #666;
	border: thin solid #000;
	text-align: center;
	color: #000;
}
.Table3 {
	background-color: #666;
	vertical-align: top;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	border: thin solid #000;
}

.RosterTable {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
	background-color: #999;
	border: thin solid #000;
}
.CoachesCorner {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #CCC;
	text-align: left;
	background-color: #666;
	text-indent: 10px;
}

.RosterRows {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFF;
}



.Column {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #F00;
	padding-left: 10px;
	background-color: #666;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
}
h1 {
	font-size: 28px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
h2 {
	font-size: 26px;
	color: #F00;
	font-family: Arial, Helvetica, sans-serif;
}
h3 {
	font-size: 18px;
	color: #F00;
}

body,td,th {
	color: #F00;
}


a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000;
}
a:visited {
	color: #000;
}
a:hover {
	color: #F00;
}
