body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}

.bodybold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	line-height: 18px;
}

.bodyitalic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: italic;
	color: #000000;
	line-height: 16px;
}

h1 {
	font-family: Arial Black, sans-serif;
	font-size: 16px;
	color: #990000;
	line-height: 16px;
}

h2 {
	font-family: Arial Black, sans-serif;
	font-size: 14px;
	color: #D55500;
	line-height: 16px;
}

.heading {
	font-family: Arial Black, sans-serif;
	font-size: 14px;
	color: #990000;
	line-height: 16px;
}

.headingorange {
	font-family: Arial Black, sans-serif;
	font-size: 14px;
	color: #D55500;
	line-height: 16px;
}

.subheading {
	font-family: Arial Black, sans-serif;
	font-size: 12px;
	color: #330099;
	line-height: 16px;
}

.tableheading {
	font-family: Arial Black, sans-serif;
	font-size: 12px;
	color: #330099;
	line-height: 16px;
}

.quote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: italic;
	color: #000000;
	line-height: 16px;
}

/* MAIN LINK STYLE */

a {
	color: #990000;
}

a:active {
    color: #39158B;
}

a:hover {
    color: #39158B;
}

/* FOOTER LINK STYLE */

a.footer {
	color: #999999;
}

a.footer:active {
    color: #990000;
}

a.footer:hover {
    color: #990000;
}

/* SIGN UP LINK STYLE */

a.signup {
	color: #FFFFFF;
}

a.signup:active {
    color: #FF9900;
}

a.signup:hover {
    color: #FF9900;
}

/* SUBNAV STYLES */
.subnav {
	font-family: Arial Black, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	padding-top: 10px;
	line-height: 16px;
	text-decoration: none;
}

.subnavon {
	font-family: Arial Black, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #990000;
	padding-top: 10px;
	line-height: 16px;
	text-decoration: none;
}

a.subnav {
    color : #333333;
	text-decoration: none;
}

a.subnav:active {
    color : #990000;
	text-decoration: none;
}

a.subnav:hover {
    color : #990000;
	text-decoration: none;
}

.footer {
  	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	color: #999999;
}

.textfield {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	line-height: 18px;
}


/* SCHEDULE, STANDINGS, TABLE STYLES */

.table {
	border-collapse: collapse;
}

.td, .th {
	padding: .3em;
	border: 1px #330099 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

.tdbold, .thbold {
	padding: .3em;
	border: 1px #330099 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
	background-color: #BBBBBB;
}

.tdscores1 {
	padding: .3em;
	border: 1px #330099 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background-color: #E5D691;
}

.tdscores2 {
	padding: .3em;
	border: 1px #330099 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background-color: #FFFFCC;
}

.tdstandings1 {
	padding: .3em;
	border: 1px #330099 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background-color: #99B2E0;
}

.tdstandings2 {
	padding: .3em;
	border: 1px #330099 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background-color: #CCD9F0;
}

.tdschedule {
	padding: .3em;
	border: 1px #330099 solid;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
	background-color: #E1E1E1;
}

.thead {
	padding: .3em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}