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

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

A:HOVER {
	color : #3366FF;
	text-decoration : none;
	font-weight : bold;
}

H1 {
	color : White;
	background-color : Black;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 24pt;
	font-weight : normal;
	font-style : normal;
	text-align : center;
	width : 350px;
}

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

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

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

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

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

BLOCKQUOTE {
	color : White;
	background-color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 14pt;
	font-weight : normal;
	font-style : italic;
	text-align : justify;
	margin-left : 10px;
	margin-right : 10px;
	margin-top : 10px;
	margin-bottom : 10px;
}

TH {
	text-align : center;
}

TD {
	color : White;
	background-color : Black;
	font-family : "Times New Roman", Times, serif;
	font-size : 12pt;
	font-weight : bold;
	font-style : normal;
}

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

.noborder{
	border : 0px;	
}

.centre{
	text-align : center;
}

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