﻿@media print {
	
	html {font-size:13px !important;}
	
	body,
	div.frame {
		background-image: none !important;
		background-color: #fff;
		}
	html,
	body,
	.frame,
	.con-wrapper,
	.content {
		margin: 0;
		width: auto;
		}	
		
	div.con-wrapper {
		background-image: none !important;
		}
	.default div.con-wrapper {
		background-color: #2e4d72 !important;
		}	
	div.con-printlogo {
		display: block !important;
		text-align: left;
		}
	div.con-printlogo img {
		width: 4cm !important;
		margin: 20px 0 30px 40px;
		}	
	div.content,
	div.form {
		padding: 0 20px 0 40px;
		}	
	div.con-header,
	div.con-image,
	.content div.con-supp-1,
	.content div.con-supp-2,
	div.con-footer {
		display: none;
		}
	div.con-main {
		padding: 0;
		margin: 0 auto !important;
		width: 92%;
		float: none;
		}
	.mod-title {
		margin-bottom: 15px;
		height: auto;
		}		
	.mod-title h1 {
		position: static;
		margin-left: 40px;
		color: #000;
		}		
	div.content ul {
		list-style-type: disc !important;
		}
	div.content ul li {
		background-image: none !important;
		}	
		

	
	/* 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;
		width      : auto    !important;
		height     : auto    !important;
	}
}	

