@media print {
	
	/* set white bg and set standard PRINT font size */
	body {
	   background: #fff;
	   font-size: 10pt;
	   overflow: visible;
	}
	
	body * {
	   color: #000 !important;
	   font-size: 10pt;
	   overflow: visible !important;
	   float: none !important;
	}
	
	
	.e-head-pre-wrap,
	.e-navigation-primary,
	.e-panel-a,
	h1#site-logo,
	img#site-img-logo,
	form {
		display: none;
	}
	
	
	.e-common-titles-flash-title #flashcontent {	
		display: block !important;
	}
	
	
	
	
	/* CONTENT STYLES
	------------------------------------------------*/
	
	.e-panel-b {
		margin-left: 10%;
	}
	
	.e-panel-c {
		display: none;
	}
	
	
	
	
	
	
	/* TYPO
	------------------------------------------------*/
	
	h1 { font-size: 3em;}
	h2 { font-size: 1.5em; }
	h3 { font-size: 1.3em; }
	h4 { font-size: 1.2em; }
	h5 { font-size: 1.1em; font-weight: bold;} 
	h6 { font-size: 1em; font-weight: bold; }
	
	
	
	a:link, a:visited {
		color: #520;
		background: transparent;
		font-weight: bold;
		text-decoration: underline;
	
	}
	
	   
	   
	#clear-all {
		display: none;
	}
	
	img.print-logo {
		display: block !important;
	}
	
}