OL, UL, LI, P, TABLE, TD, TH, TR {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
A {
	background-color : transparent;
	color : #033A7A;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}A:ACTIVE {
	background-color : transparent;
	color : #033A7A;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:LINK {
	background-color : transparent;
	color : #033A7A;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:VISITED {
	background-color : transparent;
	color : Purple;
	text-decoration : underline;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
A:HOVER {
	background-color : transparent;
	color : #033A7A;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
H6 {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : Black;
}
H4 {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : Black;
}
HR {
	height : 1px;
	color : Gray;
	border : 0px solid Gray;
	background : Gray;
}
BODY {
	background-color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : Black;
}
.greytableborder {
	border-color : Gray;
	border-style : solid;
	border-width : 1px;
}
.bluetableborder {
	border-color : #033A7A;
	border-style : solid;
	border-width : 1px;
}
.greytablebackground {
	background-color : #E3E3E3;
}
.bluetablebackground {
	background-color : #033A7A;
}
.copyright {
	background-color : #033A7A;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	font-weight : normal;
	color : #ffff99;
}
.redcolour {
	color : #FF6666;
}