/* -------------------------------------------------------------- 

   print.css
   * 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; }
   
-------------------------------------------------------------- */
 @media print {
body {
  font-family: Arial, Helvetica, sans-serif;
  color:#000;
  background: none;
  font-size: 11pt;
}


/* Layout
-------------------------------------------------------------- */

.container {
  background: none;
}
 	
 	.topMenuContainer, .mainFooter, .jcmgLogo, .searchButtons, .contentFooter, .adSection, .policy, .noprint { display:none; }

hr { 
  background:#ccc; 
  color:#ccc;
  width:100%;
  height:2px;
  margin:2em 0;
  padding:0;
  border:none;
}
hr.space {
  background: #fff;
  color: #fff;
  visibility: hidden;
}

.hide   { display:none; }

