/* ------------------------------------ *
 CSS
 Friday, September 07, 2007 9:17:26 PM
 ecclaim.com
 * ------------------------------------ */
body {
  background-color: #000000;
  color: white;
}
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;
}
