BODY {
  background-color: white;
}

TABLE {
  border: 0;
  width: 95%;

}

TABLE.col {
  border: 0;
  width: 650px;
  align: left;
}

TR {
  background-color: white;
}

TD {
  background-color: white;
  color: black;
  font-family: arial;
  font-size: 10pt;
  text-align: justify;
  vertical-align: top;
}

TH {
  background-image: url("pictures/cross.gif");
  color: #666666;
  font-family: arial;
  font-size: 10pt;

}

A:link {
  text-decoration: underline;
  color: #000000;
}

A:hover {
  text-decoration: none;
  color: #000000;
  background-color: #eeeeee;
}

A:visited {
  text-decoration: underline;
  color: #000000;
}

A.nav:link {
  text-decoration: none;
  color: #666666;
}

A.nav:visited {
  text-decoration: none;
  color: #666666;
}

A.nav:hover {
  text-decoration: underline;
  color: #000000;
  background-color: #eeeeee;
}

H1 {
  font-family: arial;
}

H2 {
  color: #666666;
  font-family: arial;
  font-size: 12pt;
}

H3 {
  color: #666666;
  font-family: arial;
  font-size: 10pt;
}

P.copy {
  background-color: white;
  color: gray;
  font-family: arial;
  font-size: 10pt;
  text-align: center;
  padding-top: 2em;
}

IMG {
  border: 0;
}

.bold {
  font-weight: bold;
}

.red {
  color: red;
}