@charset "UTF-8";
/* CSS Document */


@media print{
	
	* { color:#000 !important;
	   	background-color:#FFF !important;
       	background-image: none !important;
		text-shadow: none !important;
}
	nav, footer {display: none;}
	
	#wrapper, main {
		width: 100%;
		margin: 0;
	}
	
	body { 
		font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif" !important;
		line-height: 1;
	}
	
	iframe {
    	display: none !important;
	}
	
	main {
		border: none !important;
	}
	
}