/* CSS Document */
body {
    margin-top: 0px;
    font: 11px Tahoma;
    color: #000000;
    text-decoration: none;
	background-color: #FFFFFF;
}

/* lines */
a {
    color: #003366;
    text-decoration: none;
}
a:visited {
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
a:link {
    text-decoration: none;
}
a:hover {
    color: #006699;
    text-decoration: none;
}

/* Title */
h1 {border-bottom: 1px solid #000000;
}

h2 {border-top: 1px solid #000000;
}

h3 {
	font: 10px Tahoma;
	color: #000000;
	font-weight         : bold;
	width:100%;
	text-decoration:underline;
}

.headerline{
	background-color:#CCCCCC;
	font-weight: bold;
}

.line1{
	background-color:#F0F0F0;
}

.line2{
	background-color:#FFFFFF;
}

.indexgrey {background-color: #F0F0F0;}

.resultsbutton  {
    background-image: url(../img/sports_go_button.jpg);
    font-family: Tahoma;
	color: #003366;
	font-size: 9px;
	font-weight: bold;
	height: 18px;
	width: 40px;
	border: 0px;
    }
