/* Print CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
  	background-color: white;
	margin:0; padding:0;
	background-image:none;
 }

img {border:none;}

#wrapper {
   left:0px  !important;
   width: 100%;
   margin: 0  !important;
   padding: 0px 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   border:none;
   background-image:none;
   }
h1 {font-size:130%;margin-top:15px;text-align:center;border-top:2px #000000 solid;}
h2 {font-size:110%; margin-top:5px;}
h3 {font-size:100%;}
table {width:100%;margin-top:5px;}

a:link, a:visited {
   color: #0000CC ;
   background: transparent;
   text-decoration: underline;
   }
   
.noprint {display:none;}
#header, #topnav {display:none;}	
