/* ------------------------------------ *
 CSS
 Friday, September 07, 2007 9:17:26 PM
 ecclaim.com
 * ------------------------------------ */
body {
  background-color: #000000;
  color: white;
  text-decoration: none;
}
td {
 vertical-align: top
}
.tdcenter {
 text-align: center;
}
.maintitle, .subtitle {
  color: #CCCCCC;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-family: georgia;
  font-size: 28pt;
  font-weight: bold;
}
.subtitle {
  font-size: 18pt;
}
.rightcol {
  padding-left: 20px;
}
.biocol {
  padding-left: 20px;
  text-align: justify;
  text-decoration: none;
  padding-right: 30px;
}
a:link, a:visited, a:hover {
  text-decoration: none;
  font-family: georgia;
  color: #CCCCCC;
}
.copyright {
  margin-top: 75px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 8pt;
  font-family: arial;
  width: 100%;
}
.bb {
  font-size: 12pt;
  font-weight: bold;
}