/* -------------------------------------------------------------- 
  
   Blueprint CSS Framework Print Styles
   * Gives you some sensible styles for printing pages.
   See Readme file in this directory for further instructions.
      
   Some additions you'll want to make, customized to your markup:
   #header, #footer, #navigation { display:none; }
	 
-------------------------------------------------------------- */

body {
   background: white;
   font-size: 8pt;
   font-family:helvetica, arial, sans-serif;
   }
#mainNav {
   display: none;
   }
#container {
   width: auto;
   margin: 0 5%;
   padding: 0;
   border: 0;
   float: none !important;
   color: black;
   background: transparent none;
   }

a { text-decoration : underline; color : #0000ff; }
hr{display:none;  }

img {display:none;}

