/*
Body controls
*/

body
{
background-color: #ffffff;
scrollbar-base-color: #ffffff;
scrollbar-track-color: #DEFFCE;
scrollbar-3dlight-color: #DEFFCE;
scrollbar-darkshadow-color: #DEFFCE;
scrollbar-shadow-color: #000000;
scrollbar-highlight-color: #000000;
scrollbar-arrow-color: #000000;
text-align:center;
font-size:12px;
font-weight:normal;
color : #000000;
letter-spacing: 0px;
font-family : "Verdana", "Arial";
}

table, td
{
text-align:center;
font-size:12px;
}

.champrow { background:#57A9A8 }
.comprow { background:#C0FFFF }
.openrow { background:#87E7E6 }



table#results td {
	text-align:left;
	width: 820px }

.1st { color:#FF0000; font-size:12px; font-weight:bold }
.2nd { color:#0000FF; font-size:12px }
.3rd { color:#FF9900; font-size:12px }
.4th { color:#006600; font-size:12px }
.5th { color:#FF9999; font-size:12px }

.BOB { color:#990099; font-size:13px; font-weight:bold }
.G1 { color:#9966FF; font-size:15px; font-weight:bold }
.BIS { color:#9900FF; font-size:16px; font-weight:bold }

table.main {
	border-width: 1px;
	border-spacing: ;
	border-style: solid;
	border-color: green;
	border-collapse: collapse;
	background-color: white;
	width: 855px
}

h4
{
font-size:16px;
font-weight:bold
}

.heading
{
font-size:16px;
font-weight:bold
}

hr
{
color:#227F1B;
width:75%;
size:2
}


/*
Links
*/
a:link {color: #000000; text-decoration: underline}
a:active {color: #000000; text-decoration: underline}
a:visited {color: #000000; text-decoration: underline}
a:hover {color: #0000FF; text-decoration: none}

a.nav:link {color: #0000FF; text-decoration: none; font-size:16; font-weight:bold}
a.nav:active {color: #0000FF; text-decoration: none; font-size:16; font-weight:bold}
a.nav:visited {color: #0000FF; text-decoration: none; font-size:16; font-weight:bold}
a.nav:hover {color: #227F1B; text-decoration: none; font-size:16; font-weight:bold}