/*
body { visibility:hidden;  page-break-inside:auto; margin:0px; padding:0px; }

.headerFrame { position:absolute; top:0px; height:0px; }
.navigationFrame  { position:absolute; left:0px; width:0px; }
.contentFrame { left:0px; top:0px; width:90%; }


#PagePrintBlock {  visibility:visible; }
.QAHeaderBlock { visibility:visible; height:100%; } 
.QAFooterBlock { visibility:visible; height:100%; } 

*/

/* Show URLs on Print */
/*
#PagePrintBlock a:link:after, #PagePrintBlock a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   }
*/
   
body {
	background: white;
	font-size: 12pt;
	}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
	}

.headerFrame { display:none; }
.navigationFrame  { display:none; }
.contentFrame { left:0px; top:0px; width:100%; }
#PagePrintBlock { left:0px; top:0px; width:85%; }

