*
{
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
}

body
{
  font-family: "Arial";
  background-image: url("../images/bg.gif");
}

h1
{
  font-size: 20pt;
  text-align: center;
  color: #FFFFFF;
}

h2
{
  font-size: 20pt;
  text-align: center;
  color: #E10000;
}

p, .red
{
  font-size: 10.5pt;
  margin: 0px 1.2em 1.22em 1.2em;
}

.red
{
  color: #E10000;
}

h6
{
  visibility: hidden;
}

td
{
  background-color: #FFFFFF;
}

.header
{
  background-color: #205744;
  width: 670px;
  background-image: url("../images/logo.gif");
  background-position: middle left;
  background-repeat: no-repeat;
}

.main
{
  width: 557px;
  vertical-align: top;
}

.footer
{
  background-color: #205744;
  color: #FFFFFF;
  width: 670px;
  font-size: 10pt;
  text-align: center;
}

a
{
  text-decoration: none;
  color: #000000;
}

a:hover
{
  text-decoration: underline;
  color: #000000;
}