/* print.css - Author:DIYskate.com */

body {
   background: white;
   font-size: 12pt;
   }
.noprint {
   display: none;
   } 
#leftcolumn {
   display: none;
   }
#wrapper, #content {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   color: black;
   background: transparent none;
   }
div#content {
   margin-left: 10%;
   padding-top: 1em;
   border-top: 1px solid #930;
   }
#header { 
   display: none;
   }
.info { background-color:#ffffff; margin: 0px 0px 5px 10px; padding: 0px 2px 0px 10px; width:200px; line-height:1.3em; float:right; border-left:1px solid #f0f0f0; }
a:link, a:visited {
   color: #286ea0;
   background: transparent;
   font-weight: bold;
   text-decoration: none;
   }   
a img {	border:0; }


