﻿@media print {
	
	body {
		width: 95%;
		background-image: none;
		background-color: #fff;
		}
	.con-main,
	.con-supp-2,
	h1, h2, h3, h4, h5 {
		color: #000;
		}	
		
	body div {
		background: none !important;
		background-color: #fff;
		}	
	div.frame {
		background-image: none;
		background-color: #fff;
		width: auto;
		}
	div.con-printlogo {
		display: block;
		text-align: left;
		}
	div.con-printlogo img {
		width: 200px !important;
		}	
	div.con-header,
	div.con-image img,
	div.con-supp-1,
	.image-holder,
	div.con-footer {
		display: none;
		}
	div.con-supp-2 {
		padding-top: 2em;
		}	
	div.con-main,
	div.mod-content {
		padding: 0;
		margin: 0;
		width: 640px;
		float: none;
		}
		
	div.con-image {
		height: auto !important;
		width: auto !important;
		background: none;
		}	
	h1 {
		color: #000;
		font-weight: normal;
		position: relative !important;
		padding: 0;
		margin: 0 0 .4em 0;
		top: 0;
		left: 0;
		}	
	
	/* 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;
	}	
}	

