/* 
    Document   : print
    Created on : Dec 15, 2008, 2:43:51 PM
    Author     : Roger
    Description:
        Custom styles for printer friendly version of site
*/

* { font-size:12pt; }
.note { font-size: 10pt; }
#nav, #hd, #ft, .buttons { display: none; padding:0; margin:0;  }
#my-doc, #bd, #bod, #bod #content { width: 100%; min-width:100%; padding:0; margin:0;float: none !important; }
#bod #content table.dataTbl { width:auto; }
#sessionList { display:none;  }

