h1           
{ font-family: Arial; 
  font-size: 12pt; 
  color: #006500; 
}

h2           
{ font-family: Arial; 
  font-size: 10pt; 
  color: #006500; 
}

h3           
{ font-family: Arial; 
  font-size: 8pt; 
  color: #009A00; 
}

font.clsitmlbl 
{ background-color:  #ffffff;
  color: black;
  font-family:  Arial;
  font-size: 9pt; 
  font-weight: normal;
}
body 
{ background-color:  #ffffff;
  color: black;
  font-family:  Arial;
  font-size: 9pt; 
  font-weight: normal;
}
td 
{ font-family:  Arial;
  font-size: 9pt; 
  font-weight: normal;
}

select
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
}
textarea
{
    BACKGROUND-COLOR: #ffffff;
    COLOR: black;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
}
a:link
{ 
	text-decoration: none; color: #003366; font-size: 10pt
}
a:hover 
{  
	font-weight: bold
}
a:active 
{  
	font-weight: bold;color: #003366
}

a:visited 
{  
	text-decoration: none; color: #003366; font-size: 9pt
}