P,TD,LI  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : White;
}

B  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : White;
}

H1  {
	font-size : 16pt;
	font-style : normal;
	font-family : Verdana;
	font-weight : bold;
	color : White;
}

H2  {
	font-size : 20pt;
	font-style : normal;
	font-weight : bold;
	font-family : Verdana;
	color : Yellow;
}

H3  {
	font-size : medium;
	font-weight : bold;
	font-family : Arial;
	color : #000000;
}

A  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Yellow;
}

A:Visited  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Yellow;
	text-decoration : underline;
}

A:Active  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : Yellow;
	text-decoration : underline;
}

A:Hover  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-decoration : none;
}

BODY {
	background-color : #000066;
}

