/* Styles for the MCF Website for Print */

body {
	font-family: "Bitstream Vera Sans";
	font-size: 11pt;
	background: #fff;
	color: #000;
}
	
*{ visibility: hidden; display: }

#head, #search, #nav, #subSdbar {display: none; }

#titleblock *, #content * { visibility: visible; width: 6.25in;}

#titleblock {
	margin-top: 0;
	padding-top: 0;
}

 p {
    font-family: "Bitstream Vera Serif";
    font-size: 10pt;
    line-height: 14pt;
  }
  
  h1, h2, h3, h4, h5, h6 {
    font-family: "Bitstream Vera Sans";
  }

 * img {
    height: 0;
    width: 0;
    position: absolute;
	color: #fff;
	display: none;
  }