body {
  background-color:#000000;
  background-image:url('/img/bg6.gif');
  text-align:center;
  color: #FFFFFF;
  height:100%;
  width:100%;
}

body, table, div, td {
  margin:0;
  padding:0;
  spacing:0;
  font-size:10pt; font-family: Arial;
   -moz-box-sizing:border-box;box-sizing:border-box;
}
table {
  border-spacing:0;
}

img {
  border:0;
}
a { 
  color: #66B5FF;  
}
.border {  border: 3px solid #04273C;	}
.center {  text-align:center;		}
.left   {  text-align:left;		}
.right  {  text-align:right;		}

div.pagecontainer {

  border-left-width:1; border-right-width:1;border-top-width:0; border-bottom-width:0;
  border-style: solid; border-color:#04273C; width:880; background-color:#000000;
  margin-left:auto;  margin-right:auto;
  min-height:100%;
  * height:100%; /* hidden from firefox */
}


span.cmntHdr
{
  font-size:10px;
  color:#AAAAAA;
}
hr.cmntHR
{
  text-align:left; margin-left:0px;
  height: 0; 
  border: 0; 
  border-top: 1px solid #333333; 
  width:100;
}