a 
{ 
text-decoration:none; 
} 
 
SELECT
{
  font-family: Arial;
  font-size: 8pt;
}


INPUT
{
  font-family: Arial;
  font-size: 8pt;
}

TABLE
{
  border-collapse: collapse;
  border-color: #666666;
}

BODY
{
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

TD
{
  font-family: Arial;
  font-size: 8pt;
  border-color: #666666;
}

TR.head TD
{
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

TD.head
{
  font-family: Arial;
  font-size: 8pt;
  font-weight: bold;
}

H1
{
  font-family: Arial;
  font-size: 14.4pt;
  font-weight: bold;
}


