BODY,TD
{
  font-family:Verdana, Helvetica, Arial, Sans-Serif;
  font-size:	11px;
  color:	white;
  background-color:	#000000;
  font-weight: bolder;
  text-decoration:none;
}

.emailaddress
{
  color: white;
}

.whtText { 
  color: white;
  padding-left: 5px;
  padding-right: 5px;
}

.grnText { 
  background-color: #229933;
  font-weight: bold;
  padding: 8px;
}
.drkSpc
{
  background-color: #333333;
}
.grSpc
{
  background-color: #555555;
  height: 3px;
}

A
{
  text-decoration: none;
  COLOR: orange;
}
A:active
{
  COLOR: white;
  text-decoration: underline;
}
A:hover
{
  COLOR: yellow;
  text-decoration: underline;
}
