#left {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 170px;
}

#centre {
	margin-left: 180px;
	margin-right: 220px;
}

body
{
	background: #4040A0;
	margin: 8px;
	font-family: Verdana;
	font-size: 10pt;
	color: #FFFFFF;
}

h1    {
	font-family: Verdana;
	font-weight: bold;
	font-size: 16pt;
}

h2    {
	font-family: Verdana;
	font-weight: bold;
	font-size: 14pt;
}

h3    {
	font-family: Verdana;
	font-weight: bold;
	font-size: 12pt;
}

h4    {
	font-family: Verdana;
	font-weight: bold;
	font-size: 10pt;
}

table {
	color: FFFFFF
}

td    {
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

tr	 {
	color: #FFFFFF;
	valign: "top";
}

a    {
	text-decoration: underline;
	color: #FFFFFF;
	font-weight: bold;
}

a:link    {
	color: #FFFF00;
	text-decoration: underline;
	font-weight: bold;
}

a:visited    {
	color: #AAAAAA;
	text-decoration: underline;
	font-weight: normal;
}

a:hover    {
	text-decoration: none;
	font-weight: bold;	
	color: #FFFF00;	
}

a:active    {
	color: #FFFFFF;
	font-weight: bold;
}

a.IndexLink    {
display: block;
width: 160px;
text-align: left;
text-decoration: none;
font-family:Verdana;
font-size:12px;
font-weight : bold;
color: #FFFFFF;
border: solid 1px #FFFF99;
}

a.IndexLink:hover    {
border: solid 1px #FF0000;
background-color:#FFFF66;
font-family:Verdana;
color: #FFFFFF;
}

a.IndexLink:active    {
	color: #FFFFFF;
}

.legal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 24px;
	color: #AAAAAA;
}