div.middle {
	width: 600px;
  	valign: top;
 	background:  bottom center;
  	color: white;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}
div.middle1 {
	width: 700px;
  	valign: top;
 	background:  bottom center;
  	color: white;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

div.results{
font-size:14px;
}
div.menu{
	position: absolute; 
	top: 0px; 
	left: 50%; 
	margin-left: -400px;
}

div.headinga{
	border-bottom: solid 2px;
	border-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	text-align: left;
	color: #99CCFF;
}

div.heading1{
	font-weight:bold;
	font-size:16px;
	height: 25px;
	border-bottom: solid 2px;
	border-color:#FFFFFF;
	border-bottom-color:#FFFFFF;
	text-align: left;
	color: #99CCFF;
}

div.heading2{
	font-weight:bold;
	font-size:16px;

	text-align: center;
	color: #99CCFF;
}

div.heading3{
	font-weight:bold;
	font-size:14px;

	text-align: center;
	color: #99CCFF;
}
div.col1{
float: left;
vertical-align: top;
}
div.col2{
float: right;
vertical-align: top;
}
div.col3{
height: 100px;
float: auto;
vertical-align: top;
}
a:link {
    text-decoration: underline;
    color: #99CCFF;
	
}

a:visited {
    text-decoration: underline;
    color: #99CCFF;
}

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

table{
	text-align:left;
	color:#FFFFFF;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	border-top: solid 2px #333333;
}
table.standings{
	
}

td{
border-bottom: solid 1px #333333;
}

th{
	border-bottom: solid 2px #333333;
	font-weight:bold;
	font-size:14px;
	color: #99CCFF;
	text-align: center;


}
body{
	overflow-y: scroll;
	font-family:"Trebuchet MS", Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
}

tr:hover{
background:#99CCFF;
color:#333333;

}
table.contacts{

}