@media print {
	body, #content, #container {
		width: 100%;
		margin: 0;
		float: none;
		background: #fff url(none);
	}

	.banner_logo, .nav_row, .noprint {
		display: none; 
	}
	.details-wrapper {
		padding: 25px 10px 10px 10px !important;
		margin: 0 !important;
	}
	body {
		color: #000; 
	}
	h1,h2,h3,h4,h5,h6 {
		color: #000;
		margin-bottom: 5px;
		margin-left: 10px;
		margin-right: 0;
		padding: 5px 0 0 0 !important;
		font-weight: bold !important;
		text-indent: 0 !important;
	}
	h1 { font-size: 14px !important; }
	h2 { font-size: 13px !important; }
	h3 { font-size: 13px !important; }
	h4 { font-size: 13px !important; font-variant: small-caps; }
	h5 { font-size: 13px !important;
		 padding: 10px 0 5px 0 !important;
		 }
	h6 { font-size: 13px !important; font-style: italic; }
	p {
		font-size: 12px !important;
		margin-bottom: 2px;
	}
	a:link, a:visited {
		color: #00c;
		font-weight: bold;
		text-decoration: underline; }
	#content a:link:after, #content a:visited:after {
		content: " (" attr(href) ") ";
	}
}