@charset "utf-8";
/* CSS Document */
#header {
	font-family: Veranda, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
#header td {
	text-align: center;
	padding-right: 12px;
	padding-left: 12px;
	padding-top: 3px;
}
#header a {	font-size: 12px;	font-weight: bolder;}
#header a:link {	color: #EEEEEE;}
#header a:visited {	color: #CCCCCC;}
#header a:hover {	color: #FFFFFF;	background-color:#FF0000}
#header a:active {color: #FFCCCC;}
#header  .league {
	font-size: 24px;
	font-weight: bold;
	vertical-align: middle;
}
#header .address {font-size: 20px;}
#header .copywrite {font-size: 10pt; }

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	background: Black;
	text-align: center;
	line-height: 18px;
	background-color: #015A9C;
}
#footer td { 	padding-top: 4px;}
#footer a {
	padding-top: 12px;
	font-size: 12px;
	font-weight: bold;
}
#footer a:link {	color: #DDDDDD;}
#footer a:visited {	color: #CCCCCC;}
#footer a:active {	color: #FFCCCC;}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-style: normal;
}
