@charset "utf-8";
/* CSS Document */
#header, #nav-sub, #content-sub, #footer, #img-main {
	display: none;
	}
#container, #content, #content-main {
	width: auto;
	border: 0;
	margin: 0 2%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;
	}
h1, h2, h3, h4, h5, h6, p {
	color: black;
}
p {
	line-height: 1.2;
}
#img-main {
	margin-bottom: 20px;
}
body {
	background: white;
	font-size: 10pt;
}
h4 {
	font-size: 11pt;
}
h5 {
	font-size: 10pt;
}
.print-footer {
	display: block;
	text-align: center;
}
