BODY{
background-color: white;
font-family: Arial, Helvetica, Geneva,  sans-serif;
font-size: 100%;
color: black;
text-align: justify
}

TABLE {
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

TH {
background-color: #a3d0fc;
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

TD {
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

TR {
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

UL{
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

OL {
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

DIV {
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

BR {
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

CENTER {
font-family: Arial, Helvetica, Geneva,  sans-serif;
}

EM {
font-family: Arial, Helvetica, Geneva,  sans-serif;
font-style: normal;
font-weight: bold;
color: darkblue;
}

P {
font-family: Arial, Helvetica, Geneva,  sans-serif;
text-indent: 3%;
text-align: justify
}

HR.title {
color: #396bbd;
height: 2;
width: 100%;
text-align: center;
}

H1, H2, H3, H4 {
font-family: Arial, Helvetica, Geneva, sans-serif;
text-align: left
}

H1 {
	color: #ff0000;
	font-size: 180%;
	margin-top: 10px;
	margin-bottom: 20px;
}

H2 {
	font-size: 150%;
	color: #ff0000;
	font-weight: bold;
}

H3 {
	font-size: 120%;
	font-weight: bold;
	color: #ff0000;
}

H4 {
	font-size: 100%;
	color: #ff0000;
	text-indent: 0%;
}

.CENTRED {text-align: center}

P.CENTRED{text-indent: 0%}
P.WINNER{text-align: center; text-indent: 0%; font-size: 120%; font-weight: bold}
P.RUNNERUP{text-align: center; text-indent: 0%; font-weight: bold}
P.LINK{text-align: center; text-indent: 0%; font-size: 80%}
P.NEWS{text-indent: 0%; font-size: 100%; font-weight: bold}

H2.CONDITIONS{color: #396bdd}
H2.RESULTS{color:#396bdd;text-align: center}
H2.CENTRED{text-align: center}

A:link {
	color: #306eff;
	text-decoration: underline
}

A:visited {
	color: darkblue;
	text-decoration: underline
}

A:hover {
	color: #dd0000;
	text-decoration: none
}

H2.title {
	font-family: Garamond;
	color: #396bbd;
	font-size: 180%;
	margin-top: 35px;
	margin-bottom: 15px;
}

#content {
	position:absolute;
	float: left;
	top: 67px;
	padding-left: 60px;
	padding-right: 10px;
}
#main {
	margin-left: 0px;
	padding-left: 0px;
}
#header {
	height: 27px;
	background-color: #396bbd;
	margin-left: 0px;
	margin-right:0px;
}
#header a:hover {
	background-color: #dd0000;
	color: white;
}
#header a {
	display: block;
	background-color: #396bbd;
	float: left;
	text-align:center;
	padding: 5px 10px 5px 10px;
	font-size: 80%;
	font-weight: bold;
	color: yellow;
	text-decoration: none;
	border-right: 1px solid white;
}
#header ul {
	padding: 0px;
	margin: 0px;
	list-style-type:none;
}
#header li {
	padding: 0px;
	margin: 0px;
	display:inline;
}