html, body {
	width: auto;
	height: auto;
}
body {
	background-image: none !important;
	background-color: #FFFFFF;
	color: #000000;
}
.noprint, #head, #wkvContainer, #bgContainer, #headerShadowContainer, #contentMenu {
	display: none;
}
.printonly {
	display: block;
}
.printheader {
	margin-bottom: 20px;
	padding-bottom: 6px;
	border-bottom: 1px solid black;
}
.centered {
	position: static;
	margin: 0;
	width: auto;
	height: auto;
}
#scrollableArea {
	position: static;
	width: auto;
	min-height: auto;
	height: auto;
}
#scrollableContent {
	position: static;
	width: auto;
	height: auto;
}
#scrollableContent #contentMain {
	position: static;
	padding: 0;
	width: auto;
	height: auto;
}
#scrollableContent #contentMain p,
#scrollableContent #contentMain h1,
#scrollableContent #contentMain h2,
#scrollableContent #contentMain h3 {
	margin-left: 0;
	margin-right: 0;
}
