/* print  stylesheet */
body {
   background: white;
   font-size: 11pt;
   font-family: Verdana, Arial,  sans-serif;
   }
#search, #menu, #side1, #side3 {
   display: none;
   }

#document {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
#footer, #side2, #sideSingle {
   padding-top: 1em;
   }
#footer {   
   font-size: 9pt; 
   border-bottom: 1px solid #999;
   border-top: 1px solid #999;
   } 
img {
   vertical-align: bottom;
   border:none;
   }
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }
