P  {
	font-size : 10pt;
	font-family : Verdana;
	text-decoration : none;
	color : black;
}

H1  {}

H2  {}

H3  {}

A  {
	font-size : 10pt;
	font-family : Verdana;
	text-decoration : none;
	font-weight : bold;
	color : white;
}

A:Visited  {
	font-size :10pt;
	font-family : Verdana;
	text-decoration : none;
	font-weight : bold;
}

A:Active  {
	font-size : 10pt;
	font-family : Verdana;
	text-decoration : none;
	font-weight : bold;
}

A:Hover  {
	font-size : 10pt;
	font-family : Verdana;
	text-decoration : none;
	color : #FF3366;
	font-weight : bold;
}

BODY  {
	font-size : 10pt;
	font-family : Verdana,Arial;
	color : black;
}

TD  {
	font-size : 10pt;
	font-family : Verdana,Arial;
	color : black;
	text-align : justify;
}

.black {
	color : #808080;
}