/* Mast head is simulation of top frame */
@media screen {#mastHead{ position: fixed;
           top: 0px;
           left: 3px;
           width: 99%;   
           height: 100px;
           z-index: 50;
  /*        overflow: scroll;  */
           background-color: #71B8FF;
  /*         border: 2px solid #0000DD;  */
           }
#filterboxi { position:fixed; z-index:50; top: 104px; left: 50px; width: 550px; height: 485px;
             background-color:rgb(240,240,240); border: 1px solid black;}
.fboxtb {font-family:verdana;font-size:8pt;border: 0px solid black;}
.contentsArea { position: relative;
              margin-top: 104px;
    /*          border: 2px solid #00DD33; */ 
              padding: 0px 5px;
              }  

.noprinttbl {
           display: "";
           border: 0px solid; 
         }
.noprint {
           display: "";
         }
.printonly {
           display: none;
           }

}

@media print {
.noprinttbl {
           display: none;
         }
.noprint {
           display: none;
         }
.printonly {
           display: "";
           }
}
