body
{
	text-align: center; /* centers the page */
	margin: 0px 0px;
	font-size: 11px;
	font-family:verdana, arial, helvetica, sans-serif;
	color: #333333;
}

#page
{
	width: 985px;
	margin: 0px auto; /* centers the page */
	color: #333333;
	font-family: "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	text-align: left;
}


a { 
	color: blue;
	text-decoration: underline;

}

a:hover { 
	text-decoration: none;
}



/* HS Sportsline row links */

.row1_link,.row1_link:link, .row1_link:visited,.row1_link:hover,.row1_link:active 
a { 
	color: #ffffff;
	font-size: 9px;
	text-decoration: none;
	text-transform: uppercase;
}



/* Header Area */

.top_bg
{
	background-image: url(images/top_bg.gif);
	background-repeat: repeat;
	background-color: #000000;
	padding-left: 5px;
	padding-right: 5px;
	color:#ccccff;
	
}


	
.logo_bg
{
	background-color: #ed1b24;
	}

.silver_bg
{
	background-image: url(images/silver_bg.gif);
	background-repeat: repeat;
	background-color: #000000;
	padding-left: 5px;
	height: 30px;
}

.silver:link,
.silver:visited,
.silver:active {
	font-size: 10px;
	color:#333333;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.silver:hover {
	color: #999999;
}

.title {
	font-size: 32px;
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	padding-bottom: 5px;
}

.small {
font-family:verdana, arial, helvetica, sans-serif;
color: #666;
font-size: 10px;
}



/* Row 1  */

.schedule {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-size:11px;
}

.schedule tr {
padding: 3px
}

.schedule_grey {
background-color: #ccc;
color: #000;
}


.box {
border: 1px;
border-style: solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
}


/* Row 2 */

.team_notes {
border: 1px;
border-style: solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
border-color: #d60000;
}

.scoreboard {
color: #fff;
background-color: #666;
font-family:verdana, arial, helvetica, sans-serif;
height: 19px;
font-size: 11px;
font-weight: bold;
}





/* Row 3 */

.stats_table {
border: 1px;
border-style: solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:11px;
border-color: #cccccc;
}

.stats_table1 {
border: 1px;
border-style: solid;
font-family:verdana, arial, helvetica, sans-serif;
font-size:10px;
border-color: #cccccc;
}

.stats_table tr {
padding: 3px
}

.stats_row_1 {
color: #fff;
background-color: #d60000;
font-family:verdana, arial, helvetica, sans-serif;
height: 19px;
font-size: 11px;
font-weight: bold;
}

.stats_row_2 {
background-color: #eee;
color: #000;
font-weight: bold;
font-size: 11px;
}

.stats_row_3 {
background-color: #ccc;
color: #000;
font-weight: bold;
font-size: 11px;
}


/* Footer */

.footer1 {
font-family: arial, helvetica, sans-serif;
font-size:9px;
text-align: center;
background-color: #f7f7f7;
}

.footer2 {
font-family: arial, helvetica, sans-serif;
font-size:9px;
text-align: center;
background-color: #eeeeee;
}

.footer_link,.footer_link:link, .footer_link:visited,.footer_link:hover,.footer_link:active {
	FONT-SIZE: 9px;
	COLOR: blue;
	TEXT-DECORATION: none;
	text-transform: none;
}


