<style>{  }
a:link
 {
	 color: #009900;
	 text-decoration: none;
 }

a:visited
{
	color: #FF0000;
	text-decoration: none;
}

a:active
{
	color: #999999;
	text-decoration: none;
}

a:hover
{
	color: #CC3333;
	text-decoration: underline;
}

a            
{ 
	font-family: Arial; color: #666666 
}

body         
{ 
	font-family: Arial; font-size: 10pt; color: #000000
	background-color: white;
	margin-top: 4px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 10pt;
	font-weight: normal;	
	color: #000000;

}

h1   
{
	margin-top: 4px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 14pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif; 
	font-weight: normal;	
	color: #009900;
}

h2
{
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: bold;
	color: #009900;
}

h3
{	
	font-size: 10pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif;
	font-weight: normal;	
	color: #009900;
}

h4
{
	margin-top: 4px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 16pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif; 
	font-weight: bold;	
	color: #009900;
}

h6
{
	margin-top: 2px;
	margin-bottom: 0px;
	letter-spacing: 1px;
	font-size: 8pt;
	font-family: Arial, Helvetica, Verdana, Sans Serif; 
	font-weight: normal;	
	color: #009900;
}
p            { font-family: Arial; font-size: 10pt; color: #000000}
-->
</style>