STYLE BODY

{

	color: black;

	font-family: Century Gothic, Tahoma;

	background: white;

	font-size: 8pt;

}

H1

{ 

	color: black;

	font-family: Arial, Tahoma;

	font-size: 13pt;

	font-weight: bold;

	border-bottom: 1px solid #b3b3b3;

	text-align: center;

}

	



H2

{ 

	color: black;

	font-family: Arial, Tahoma;

	font-weight: bold;

	font-size: 11pt;

	border-bottom: 1px solid #b3b3b3;



}



H3

{ 

	color: black;

	font-family: Arial, Tahoma;

	font-size: 10pt;

}



H4

{ 

	color: black;

	font-family: Arial, Tahoma;

	font-size: 13pt;

	font-weight: bold;

}



P, TR, THEAD, TFOOT, TH, TD, DL, OL, UL, BLOCKQUOTE, SPAN, BR, DIV

{

	font-family: Tahoma, Arial;

	color: black;

	font-size: 8pt;

}

A:link

{

	color: darkblue;

	font-family: Arial, Tahoma;

	font-size: 8pt;

	text-decoration: none;

}

A:active

{

	color: darkred;

	font-family: Arial, Tahoma;

	font-size: 8pt;

	text-decoration: none;

}

A:visited

{

	color: purple;

	font-family: Arial, Tahoma;

	font-size: 8pt;

	text-decoration: none;

}

A:hover

{

	color: darkblue;

	font-family: Arial, Tahoma;

	font-size: 8pt;

	text-decoration: underline;

}