/* css file to change the display so it is easier to read when printed */

    body { font-family : times ; font-size : 12pt ; color:black ;
               page-break-inside:avoid }
               
    h1, h2, h3, h4 { font-family : times ; font-size : 14pt ; color:black ;
               page-break-inside:avoid }           
          
    img { }
   #header img { border:none ;  }
                   
   #navbar { display : none }
   
   #main {  padding-left:10px ; text-align:left ;
                padding:10px ; clear:both }
  
   #main img { border:none ; padding:10px }
   
  
   #footer {  clear:both ; border-top:1px solid ; 
                   text-align:left ; }
   .noPrint  { display : none } 
   .italic  { display : none }   
   
   a {text-decoration:none ; color:black }
   a:after { display : none  }          
