BODY {
	background-color : Black;
	margin-left : 10px;
	margin-right : 10px;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

A:LINK, A:VISITED {
	color : White;
	text-decoration : none;
	font-weight : bold;
}

A:HOVER {
	color : #33CCFF;
	text-decoration : none;
	font-weight : bold;
}

H1 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

H2 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

H3 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 16pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
}

H4 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
}

H5 {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
	text-align : center;
}

H6 {
	font-family : "Times New Roman", Times, serif;
	font-size : 8pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
}

BLOCKQUOTE {
	font-family: "Times New Roman", Times, serif;
	font-size: 14pt;
	font-weight: bold;
	font-style: italic;
	text-align: center;
}

TH {
    
}

TD {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
}

.textleft{
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : normal;
	font-style : normal;
	text-align : left;
	float: left;
	width: 50%;
}

.textright{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-align: right;
	float: right;
	width: 50%;
}

.textcentre{
	color: White;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: normal;
	font-style: normal;
	text-align: center;
	float: none;
	width: 100%;
}

.noborder{
	border : 0px;	
}

.centre{
	text-align : center;
	float: none;
}

.link{
	color : White;
	text-decoration : none;
}