body {
   background: white;
   font-size: 12pt;
   font-family: tahoma, arial, verdana, sans-serif;
   }
   
#header, #mainheader, #sidebar, #clearfooter, #mainnav, #footer, #options, #reply {
   display: none;
   }
   
#contentheader img {
	display: none;
	}
	
#contentheader {
margin-left: 15%;
	}
   
#container{
   width: auto;
}

#content {
   width: auto;
   margin: 5% 0 0 0;
   padding: 0 0 0 0;
   border: 0 0 0 0;
   float: none !important;
   color: black;
   background: transparent none;
   }
   
#printfooter  {
   font-size: 9pt;
   text-align:center;
   width:100%;
}
   
a:link, a:visited {
   color: #520;
   background: transparent;
   font-weight: bold;
   text-decoration: underline;
   }