P  {}

H1  {}

H2  {}

H3  {}

A  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-decoration : none;
}

A:Visited  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-decoration : none;
}

A:Active  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
	text-decoration : none;
}

A:Hover  {
	text-decoration : underline;
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : White;
}

BODY  {
	font-size : 10pt;
	font-family : sans-serif;
	font-weight : normal;
	font-style : normal;
	color : Black;
}


