@media print {
	
	p {
		font-size: 12pt !important;
		background: #FFF !important;
		color: #000; !important;
	}
	#footerleft #footerright {
		font-size: 10px !important;
	}
	
	#navigation {
		display: none;
	}
	
	#header {
		display: none;
	}
	#breadcrumbs {
		display: none;
	}
	#textbodywrapper {
		background: none;
		border-left: none;
		border-right: none;
	}
	
	#textbodywrapperfunds {
		background: none;
		border-left: none;
		border-right: none;
	}
	
	#footerwrapper {
		background: none;
		border: none;
	}
	
	#blackline {
		display: none;
	}
	
}