@media print {
	html, body {
		position: static;
		margin: 0;
		padding: 0;
		background-image: none;
		background-color: #FFFFFF;
	}

	body, p, td, ol, ul, li, blockquote {
		font-size: 10pt;
	}

	.footer p {
		color: #000000;
	}

	#str-Title, h1 {
		font-size: 16pt;
		color: #000000;
		margin-bottom: 0.6em;
	}

	h2 {
		font-size: 14pt;
	}

	h3 {
		font-size: 12pt;
	}

	textarea, pre, tt, code, kbd, samp {
		font-size: 10pt;
	}

	.copy {
		font-size: 8pt;
	}

	.footer a:link, .footer a:visited, .footer a:active, .footer a:hover, a:link, a:visited, a:active, a:hover {
		text-decoration: none;
		color: #000000;
	}

	#str-Topbar, #str-MenuBar, #str-TopbarImageContainer, #str-LatestMag, .nav, #str-HelpFeedbackCont {
		display: none;
	}

	#str-WindowContainer, #str-Container, #str-ContentContainer, #str-Content {
		position: static;
		width: 100%;
		height: auto;
		border: none;
		margin: 0;
		padding: 0;
	}

	#str-BottomContainer {
		width: 100%;
		height: auto;
		border: none;
		margin: 0;
		padding: 0;
	}
}

