/* Print Style Sheet */
@media print {
body { 
	background:white;
	color:black;
	margin:0;  
	font-size: 11pt;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	}
	
#mainNav, #secondaryContent, #secondaryNav, #legals, h1 {
	display:none;
	}

#wrapper {
	width: 15cm;
	background: none;
	}
	
h2 {
	font-size:16pt;
	font-weight:bold;
	
}

h6 {
	font-size:11pt;
	font-weight:bold;
	margin-top:1cm;
}

#featuredContent {
	margin-top:1cm;
	margin-bottom:1cm;
}