H1  {
	font-size : 20pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H2  {
	font-size : 16pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H3  {
	font-size : 12pt;
	font-family : arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


H6  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : bold;
	font-style : normal;
	color : black;
}


BODY  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : black;
}


A:link  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : #92C0FE;
}


A:hover  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : red;
}


A:visited  {
	font-size : 10pt;
	font-family : Arial;
	font-weight : normal;
	font-style : normal;
	color : red;
}