BODY
{
	FONT-FAMILY: Tahoma;
	BACKGROUND-COLOR: black
}
H1
{
	color:white;
}
H2
{
	color: white;
}
a:link
{
	FONT-SIZE: 12px;
	color: white;
	FONT-WEIGHT: bold;
}
a:visited
{
	FONT-SIZE: 12px;
	color: white;
	FONT-WEIGHT: bold;
}
a:hover
{
	FONT-SIZE: 12px;
	color: magenta;
	FONT-WEIGHT: bold;
}
.commonTableHeading
{
	BACKGROUND-COLOR: magenta;
	color:black;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
}
.eventablerow
{
	color: #3366FF;
}
.oddtablerow
{
	color: magenta;
}
.title
{
	FONT-SIZE: 16px;
	color: white;
	FONT-WEIGHT: bold;
}
.formcaption
{
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	COLOR: white;
}
.forminput
{
	FONT-SIZE: 11px;
	FONT-FAMILY: Tahoma;
}
.button
{
	BACKGROUND-COLOR: black;
	FONT-SIZE: 13px;
	FONT-WEIGHT: bold;
	FONT-FAMILY: Tahoma;
	BORDER: white 2pt solid;
	COLOR: white;
}
.bigtitle
{
	FONT-SIZE: 20px;
	color: white;
	FONT-WEIGHT: bold;
}
.standard
{
	FONT-SIZE: 12px;
	color: white
}
div.address
{
	position: absolute;
	top: 10;
	right: 10;
	width: 220px;
}
div.leftsection
{
	position: absolute;
	top: 100;
	left: 10;
	width: 220px;
}
div.rightsection
{
	position: absolute;
	top: 100;
	right: 10;
	width: 220px;
}
div.centresection
{
	margin: 10 225px;
}
div.content
{
	margin: 10 225px;
}
div.footer
{
	FONT-SIZE: 12px;
	color: white
	clear:both;
}
.outline
{
	BORDER: magenta 3pt solid;
}
div.leftfloat
{
	float:left;
}
div.rightfloat
{
	float:right;
}