@media only print {
	
	body, .article {
		/*visibility: visible;*/
	}
	
	h1 {
		font-size: 1.0em;
	}

	#header, #tabsBackground, #leftContentContainer, #rightContentContainer, .wt-rotator {
		display: none;
	}
	
	#tabs {
		border: none;
	}
	
	#tabContentContainer {
		font-size: 0.8em;
	}
	
	#specBoxR, .specBoxR {
		width: 25%;
		border: 1px solid black;
		margin: 10px !important;
		padding: 0px !important;
		color: black !important;
		background-color: white !important;
	}
	
	#specBoxR.fullWidth, .specBoxR.fullWidth {
		width: 100%;
	}
	
	.specBoxR li, #specBoxR li {
		margin: 0px !important;
		padding: 0px !important;
	}
	
	#specBoxR h1, .specBoxR h1 {
		text-align: center;
	}

	iframe {
		width: 100%;
		height: 3000px;
		border: 1px solid black;
	}
	
	#docLink li {
		margin: 10px 0 !important;
	}
	
	.page-break	{ display: block; page-break-before: always; }
}