A	{
  color: #FF0000; 
  text-decoration: none; 
}

A:Hover	{
  color: #000000;
  text-decoration: none;
}

A:Active{
  color: #000000;
  text-decoration: underline;  
}

BODY	{
  background: #FFFFFF;
  margin-top: 20px;
  font-family: Georgia, serif;
  font-size: 9pt;
}

IMG	{
  border: 0;
}

TD	{
  font-size: 9pt;
  vertical-align: top;
}

P	{
  font-size: 9pt;
  margin: 5px;
}