@charset "UTF-8";

* {
	color: #000000 !important;
}

body {
	background: #FFF;
}
h1 {
	font-size: 14pt !important;
}
h2 {
	font-size: 12pt !important;
	text-decoration: underline;
	font-weight: normal;
}
h3 {
	font-size: 12pt !important;
}
h4 {
	font-size: 12pt !important;
}
p {
	font-size: 12pt !important;
}
ul {
	font-size: 12pt !important;
}
#wrapper {
	background: #FFF;
	width: auto;
}
#header {
	background: #FFF;
}	
#logo, #navigation, #index, #underline {
	display: none;
}

#printLogo {
	display: block;
}
#text {
	float: none;
	width: auto;
	background: #FFF;

}
#content {
	padding-right: 0;
}
#footer {
	float: none;
	width: auto;
	background: #FFF;
}
#footer p {
	margin: 0px;
	padding-left: 50px;
	text-align: left;
}
.break_before {
	page-break-before: always;
}
.break_after {
	page-break-after: always;
}