BODY
{
	font-size: 8pt;
	color: black;
	background:white none ;
	font-family: Arial;
}



H1 {
	font-size : 12pt;
	font-family : arial;
}   

H2 {
	font-size: 11pt;
	font-family: arial;
}   


H3
{
	font-size: 10pt;
	font-style: italic;
	font-family: arial;
	text-align: left;
}   

H4
{
	font-size: 9pt;
	font-weight:bold;
	font-family: arial;
}   

H5 {
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	font-style:italic;
}

H6 {
	font-family:Arial;
	font-size:10pt;
	font-weight:normal;
	font-style:normal;
}





UL {
	list-style-type: disc;
	font-size: 9pt;
	font-weight:bold;
	text-align: left;
}



OL {
	font-size:9pt;
	list-style-type:decimal;
	text-align:left;
}

P {
	font-size: 10pt;
	color: #000000;
	font-family: arial;
}  


center
{
	font-weight: bold;
	font-size: 9pt;
	color: black;
	font-style: italic;
	font-family: Arial;
} 


b {
	font-weight: bold;
	font-size: 10pt;
	color: #000000;
	font-family: Arial;
}

A {
	color:#005566;
	text-decoration:underline;
	cursor:hand;
}

A:visited {
	color:#005566;
}

A:hover {
	font-weight:bold;
}




