.print {
	display: block;
}
.noprint {
	display: none;
}

body, td, input, textarea, select, li, h1, h2, h3, h4, h5, h6 {
	font-family: Serif;
}
body, td, input, textarea, select, li {
	font-size: 10pt;
	line-height: 1.3em;
}
body {
	margin: 1em;
}

#header {
	height: auto;
	width: auto;
}
	#header h1, #header h2 {
		display: none;
	}

#mainMenuWrap, #siteMapPath, #subMenu {
	display: none;
}

#contentWrap {
	width: auto;
}

#footer {
	margin: 1.5em 0;
	border-top: none;
}
	#footerInfo {
		width: 100%;
		margin-top: auto;
		text-align: center;
		color: #000;
		font-size: 0.9em;
	}
