BODY, TD, UL {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
}
P {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : normal;
	margin-left : 20px;
}
A:LINK, A:VISITED {
	color : #FFD700;
	font-weight : bold;
	text-decoration : none;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
}
A:ACTIVE {
	color : Red;
	font-weight : bold;
}
A:HOVER {
	color : #00BFFF;
	font-weight : bold;
	text-decoration : underline;
}
H1 {
	color : White;
	font-family : "Times New Roman", Times, serif;
	font-size : 24pt;
	font-style : normal;
	font-weight : normal;
}
H2 {
	color : Lime;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-style : normal;
	font-weight : bold;
}
H3 {
	color : White;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	font-style : normal;
	font-weight : bold;
	text-indent : 20px;
}
.bold{
	font-weight : bold;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}
.small{
	font-size : 8pt;
	color : White;
	font-family : Arial, Helvetica, sans-serif;
}

