body {
  /*margin-top:  ;*/
  /*margin-left: ;*/
  margin: 0px;
  background-color: #000000;
  background-repeat: no-repeat;
  background-position: top center;
  color: #212121;
  font-family: Arial;
  font-size: 15px;
  scrollbar-face-color: #BEBEBE;
  scrollbar-arrow-color:#212121;
  scrollbar-track-color: #212121;
  scrollbar-shadow-color:#000000;
  scrollbar-highlight-color:#000000;
  scrollbar-3dlight-color: #545454;
  scrollbar-darkshadow-Color: #000000;
  cursor: default;
  text-align: center
}
  

div#container {
  margin: 67px auto 0px auto;
  width: 850px;
  height: 550
px;
  overflow: hidden;
  text-align: center;
}

div#content{
  overflow:  auto;
  width: 850px;
  height: 550px;
  bottom: 0px;
  margin: 0px;
  text-align: center;
}


table {
  /*border-color: ;*/
  /*border-style: ;*/
  /*border-width: 0px;*/
  border-bottom-color: #000000;
  border-top-color: #000000;
  border-left-color: #000000;
  border-right-color: #000000;
  /*width: ;*/
  margin: 0px auto;
}


td {
  /*background-color: ;*/
  /*border-color: ;*/
  padding: 2px;
}


p { 
  text-indent: 20px;
  color: #e4e4e4; 
  font-size: 15px;
  text-align: left;
}


.excludeindent { text-indent: 0; }
.fineprint { font-size: 10px; }
.center {text-align: center;}
.imagecell {width: 300px; height: 130px; border: 0px;} 
.headingtext   {color: #e4e4e4; font-size: 20px;}
.copyrighttext {color: #a0a0a0; font-size: 12px;}


a{ text-decoration: none; }
a:link {
  font-family: Arial;
  color: #009966;
  font-size: 15px;
}
a:visited {
  font-family: Arial;
  color: #FFFF33;
  font-size: 15px;
}
a:hover {
   font-family: Arial;
   font-size: 15px;
}
a:active {
   font-family: Arial;
   font-size: 15px;
}
a.fineprint:link { font-size: 10px; }
a.fineprint:visited { font-size: 10px; }
a.fineprint:hover { font-size: 10px; }
a.fineprint:active { font-size: 10px; }


