body
{
	font-family: "Frutiger","Verdana",sans-serif;
	font-size: 11pt;
	margin: 10px;
}

.primary_name
{
	font-weight: bold;
}
.secondary_name
{
	text-transform: uppercase;
	font-size: 8pt;
}

table.round,table.standings
{
	width: 100%;
	margin-top: 6pt;
}

h1
{
	font-size: 24pt;
	text-align: center;
}

h2
{
	font-size: 18pt;
}

td
{
	padding: 3pt;
}

table.standings th
{
	font-weight: bold;
	text-align: left;
	border-bottom: 1pt black solid;
}

td.number
{
	font-family: "Bitstream Vera Sans Mono",monospace;
	text-align:right;
	font-size: 10pt;
}

tr.row0
{
	background-color: #FFF;
	color: #000;
}
tr.row1
{
	background-color: #DDD;
	color: #000;
}

table.standings a, #nav a
{
	text-decoration: none;
	color: inherit;
}
#nav
{
	display: none;
}
#footer
{
	text-align: center;
	margin: 1in;
}

#footer img { border: none; }