a:link
{
	color: rgb(0, 0, 255);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small  
}
a:visited
{
	color: (rgb 0, 153, 153);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
 
} 
a:active 
{
	font-size: x-small
	color: #006633;
}
a:bold link
{ 
	font-family: Arial;
	font-size: small; 
	text-decoration: underline; 
	font-color: #0000FF;
	font-weight: bold 
}

body
{	font-family: Arial, Helvetica,sans-serif;
	font-size: 10pt;
	font-weight: normal;
	font-color: #000000;
	background-color: #9FAA84;
	
}
table
{
	table-border-color-light: rgb(102,204,204);
	table-border-color-dark: rgb(0,102,102); 
}

normal
{	
	font-family: Arial;
	font-size: 10pt;
	font-weight: normal;
	font-color: #000000;
}
  	
h1, h2, h3, h4, h5, h6
{
	font-family: Arial, Helvetica,sans-serif;
}

h1
{   font-family: Arial;
    font-size: 18pt; 
    color: #009999; 
    font-weight: bold
	
}	

h2
{   
	font-size: 14pt;
	font-weight: bold;  
	color: #666666; 
}	 

h3
{
	font-size: 14pt;
    font-weight: bold; 
	color: #006633
}	

h4
{
	font-size: 12pt; 
	font-weight: bold; 
    color: #006633;
}
    
h5
{    font-family: Arial;
	 font-size: 10pt; 
	 font-weight: bold;
	 color: #666666;  
}
h6
{
	 font-size: 10pt; 
	 font-weight: bold;
	 color: #9FAA84;
	 
) 