body, #wrapper, #pagebody, #maincontent, #sidebar {
	margin: 0 !important;
	padding: 0 !important;
	float: none !important;
	width: auto !important;
	font-size: 10pt;
	color: #000;
}

#header img {
	display: none;
}

#header h1, #header h2 {
	font-weight: bold;
	border-bottom: 1px dashed #000;
	margin: 1.5em;
	text-align: center;
}

h1, h2, h3, h4, h5 {
	font-weight: bold;
}

h1 {
	font-size: 18pt;
}

h2 {
	font-size: 14pt;
}

h3 {
	font-size: 12pt;
}

h4 {
	font-size: 10pt;
}

#header h1, #header h2 {
	font-weight: bold;
	border-bottom: 1px dashed #000;
	margin: 1.5em;
	text-align: center;
}

#menu {
	display: none;
}

#maincontent div {
	margin-bottom: 6pt;
}

#maincontent a.button {
	display: none;
}

#maincontent a[href]:after,
#sidebar a[href]:after,
#footer a[href]:after {
	content: " (" attr(href) ") ";
	font-size: 90%;
}

