.headertext { font: bold 13px Arial, sans-serif; color:white}
.normaltext { font: 13px Arial, sans-serif; color:white}
.littletext { font: 11px Arial, sans-serif; color:white}
.bigtext { font: bold 18px Arial, sans-serif; color:white}

a:link {color:gold;text-decoration:none;}
a:visited {color:gold;text-decoration:none;}
a:hover {color:gold;text-decoration:underline;}


div.float {
  float: left;
  }

div.spacer {
  clear: both;
  }


td.nimage {
  margin:0px;
  padding: 0px;
  border:1px solid black;
  }

td.thumbnails {
  width: 240px;
  margin: 0px;
  padding-left:0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 5px;
  background: #2F4F4F;
  text-align:center;
  border:1px solid black;
  font: 12px Arial, sans-serif; color:white
  }

table.notes {
  width:100%;
  background: #36648B;
  align:center;
  text-align:left;
  margin: 0px;
  padding: 0px;
  border-spacing:0px;
  border :0;
  font: 13px Arial, sans-serif; color:white 
  }

td.noteshead {
  background: #2F4F4F;
  height: 25px;
  margin: 5px;
  padding: 5px;
  border-top:1px solid white;
  border-bottom:1px solid white;
  font: bold 13px Arial, sans-serif; color:white
  }

td.notestd {
  background: #36648B;
  text-align:left;
  padding: 10px;
  }



/* ------------------------------------------------------------------------------------------------- */
/* Fixed position tags      was #708090         #7D9EC0     #36648B */   
/* ------------------------------------------------------------------------------------------------- */
body {
  margin:0;
  border:0;
  padding:10px;
  height:100%; 
  max-height:100%;
  color: white; 
  background: #7D9EC0; 
  font-family:arial, verdana, sans-serif; 
  font-size:10px;
  overflow: hidden; 
  }

/* for internet explorer */
* html body {
  padding:25px 0 0 0; 
  }

#mainbit {
  font-family:arial, verdana, sans-serif; 
  font-size:6px;
  position:fixed; 
  top:25px;
  left:0;
  bottom:0; 
  right:0; 
  overflow:auto; 
  background: #36648B;
  padding:0px;
  text-align:left;
  border: 1px solid gold;
  }

* html #mainbit {
  height:100%; 
  width:100%; 
  }

#header {
  position:absolute; 
  top:0; 
  left:0;
  right:0;
  bottom:0; 
  padding-left:5px;
  padding-right: 5px;
  padding-top: 3px;
  padding-bottom: 3px;
  height:25px;
  overflow:auto;
  background: black; 
  text-align:left;
  border-top: 1px solid gold;
  border-left: 1px solid gold;
  border-right: 1px solid gold;
  }

* html #header {
  height:25px;
  width:100%
  }

/* ------------------------------------------------------------------------------------------------- */





