@media print {
	* {background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important;}
	body {background: transparent; background-image: none;}
	
	#critfc-vert {display: none !important;}
	#critfc-small {display: none !important;}
	#search {display: none !important;}
	.print-icon, .print-icon-text {display: none !important;}
	#navigation {display: none !important;}
	#nav-responsive {display: none !important;}
	#header {background-image: none;}
	#header-top {background-image: none;}
	#footer {background-image: none;}
	img { border: 0px none;}
	#content { background: none;}
	#footer-text { background: none;}
	
	div {
		background-color: none;
		background-image: none;
	}
	
	h1, h2, h3, h4, h5, h6, p {
		font-family: 'Ubuntu', Helvetica, sans-serif !important;
	}
	
}
	
	
	
	
	