H1  {
	font-size : 16pt;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 14pt;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-family : verdana;
	font-weight : bold;
	font-style : italic;
	color : black;
}


H6  {
	font-size : 10pt;
	font-family : verdana;
	font-weight : bold;
	font-style : normal;
	color : black;
}


BODY  {
	color : black;
	font-size : 10pt;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
}


P  {
	font-size : 10pt;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : black;
}


A:link  {
    text-decoration: none; 
	font-size : 10pt;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : FF7713;
}


A:hover  {
    text-decoration: none;
	font-size : 10pt;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : #000000;
}


A:visited  {
    text-decoration: none;  
	font-size : 10pt;
	font-family : verdana;
	font-weight : normal;
	font-style : normal;
	color : #FF6600;
}




