BODY
{
  font-family: Helvetica, Arial;
  font-size: 11pt;
  background-color: #4F657D;
  color: #FFFFFF
}

H1
{
  font-family: Arial, Helvetica;
  font-size: 18pt;
  color: #C0C0C0;
}

H2
{
  font-family: Arial, Helvetica;
  font-size: 12pt;
  font-weight: bold;
}

H3
{
  font-family: Arial, Helvetica;
  font-size: 10pt;
  color: #FFFF00;
}

H4
{
  font-family: Arial, Helvetica;
  font-size: 12pt;
  color: #FF00FF;
  font-weight: bold;
}

H5
{
  font-family: Arial, Helvetica;
  font-size: 14pt;
  color: #FFFF00;
  font-weight: bold;
}

TABLE
{
  font-size: 11pt;
}

LISTING
{
  font-family: Courier New;
  font-size: 12pt;
  text-align: left;
}

A:LINK
{
  text-decoration: none;
  color: #1084D0;
}

A:VISITED
{
  text-decoration: none;
  color: #C06A79;
}

A:ACTIVE
{
  text-decoration: none;
  color: #6464FF;
}

A:HOVER
{
  text-decoration: none;
  color: #6464FF;
}

UL
{
  list-style-image: url(images/buttons/bullet.png);
  list-style-type: disc
}