﻿body { 
    color : #000000; 
    background : #ffffff; 
    font-family : verdana,arial,sans-serif;
    font-size : 10pt;  
    text-align:center;
    
}
h2 {
    font-size : 14pt;
}
a { 
    text-decoration : underline; 
    color : #0000ff; 
}


.NoPrintClass
{
    display : none;
}  

.PrintOnlyClass
{
    display:block ;
}

.tblcellstd{border-bottom:solid 1px black;}
.tblcellstd td{border-bottom:solid 1px black;}

.tblcellstd2{border-bottom:solid 1px black;}
.tblcellstd2 td{border-bottom:solid 1px black;}




#MenuTD
{
  display : none;
  width:0px; /* Set MenuTD to opx to hide menu on printed version*/
}
#FillerTD
{
  display : none;
  width:0px; /* Set MenuTD to opx to hide menu on printed version*/
}

#ContentTD
{
  width:900px; 
}

.mastertbl
{
 width:900px;
}

.maintbl
{
    width:900px;
}

