﻿@media print {
	
	body,
	.frame {
		background-image: none;
		background-color: #fff;
		width: 100%;
		margin: 0 !important;
		}
	.con-printlogo {
		display: block !important;
		margin-left: 10px;
		}
	.default div.con-printlogo {
		margin-bottom: 20px;
		}	
	.con-header,
	.content div.con-supp-1,
	.con-footer,
	.section-image {
		display: none;
		}
	.con-main {
		padding: 0;
		margin: 0 auto !important;
		width: 92%;
		}
	.con-wrapper,
	.con-innerwrapper {
		background: none;
		}
	h1 {
		color: #d80073;
		}		
	
	/* SIFR - Do not remove */	
	.sIFR-flash {
		display: none !important;
		height: 0;
		width: 0;
		position: absolute;
		overflow: hidden;
		}

	.sIFR-alternate {
		visibility: visible !important;
		display: block !important;
		position: static !important;
		left: auto !important;
		top: auto !important;
	}	
}	

