h1 {
	font: 18px tahoma;
	font-weight: bold;
	color: black;
	}
h2 {font-size: 16px;}
.title {
	font-size: 14px;
	font-weight:bold;
	}
.body {
	font-size:11px;
	}
.pagetitle {
	text-align:left;
	padding:10px;
	padding-left: 0;
	font-size: 18px;
	font-weight: bold;
	color: #e1811e;
	}
	
div#boys { 
	float: left;
	margin: 0pt 10pt 0pt 10pt;
	width: 275pt;
	font: 11px tahoma;
}
div#girls {
	float: right;
	margin: 0pt 10pt 0pt 10pt;
	width: 310pt;
	font: 11px tahoma;
}

.list {
	font: 10pt tahoma;
	line-height: 12pt;
}

ul#golf li {
	list-style-image: url(../images/golf.gif);
	font: Tahoma 11px;
}
	
table.results
{
background-color: #f48e0e;
border: solid 1px black;
font-size: 11px;
}
table.results th
{
background-color: #f48e0e;
}
table.results td
{
background-color: white;
}
table.results td.alt
{
background-color: #dedede;
}

table#results_nav
{
background-color: #f48e0e;
border: solid 1px black;
}
table#results_nav td
{
background-color: #f48e0e;
text-align: center;
border: solid 1px #f48e0e;
}
table#results_nav td.normalClass
{
background-color: #f48e0e;
text-align: center;
border: solid 1px #f48e0e;
}
table#results_nav td.current
{
background-color: #ffffff;
text-align: center;
border: solid 1px black;
}

#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	color: white;
	font-size: 11pt; 
	font-family: Arial, Helvetica; 
	line-height: 14pt; 
	font-weight: bold;
}

#menu li {
	font: Arial, Helvetica;
	font-weight: normal;
	font-size: 10pt;
	line-height: 14pt;
	margin: 0;
	padding: 0;
	list-style: none;
	color: black;
}

#menu a {
	display: block;
	height: 20px;
	color: black;
	margin: 0;
	text-decoration: none;
}

#menu a:hover {
   background-color: #ee9a04;
}