BODY  {
	color : White;
	font-size : 10pt;
	font-family : Arial;
}

DIV  {
	font-family : Arial;
	font-size : 10pt;
	color : White;
}

TD,  DL, UL, OL  {
	font-family : Arial;
	font-size : 10pt;
	color : White;
}

TH  {
	font-family : Arial;
	font-size : 10pt;
	font-weight : bold;
	color : White;
}

P  {
	font-family : Arial;
	font-size : 10pt;
	color : White;
}

A  {
	color : Yellow;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}

A:Visited  {
	color : Lime;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}

A:Active  {
	color : Red;
	text-decoration : none;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}

A:Hover  {
	color : Fuchsia;
	text-decoration : underline;
	font-family : sans-serif;
	font-size : 10pt;
	font-weight : normal;
	font-style : normal;
}

BLOCKQUOTE  {
	font-size : 10pt;
	color : Silver;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
}

EM  {
	font-size : 8pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #3366CC;
}


