body {
	font-size: 10pt;
	background-color: white;
	line-height: normal;
}

div#header { display: none; }
div#header-part2 { display: none; }
div#nav { display: none; }

div#page {
	width: 100%;
	margin: 0px;
	border: 0px;
	background-color: white;
}

div#content {
	width: 100%;
	float: none;
	padding: 0px;
}

h1 { color: black; }

h1#print-header {
	display: block !important;
	font-size: 16pt;
	font-weight: bold;
	color: black;
	border-bottom: 1px dashed black;
	border-top: 1px dashed black;
	padding: 4px 0px 4px 0px;
}

a.extern:after {
	content: " (" attr(href) ")";
}
