body {
	background: white;
	font-size: 12pt;
	}


#sidebar, #footer, #menu, .hide {
	display: none;
	}

#header h1 {
	font-family: "Book Antiqua",Times,sans-serif;
	margin: 0;
	padding: 0;
	}

#header img {
	display: none;
	}
	
#header h1:after {
	content: " " url(../images/logo_print_100x100.gif);
	display: block;
	}
	
#header h1 {
	display: block;
	}

#content {
	font-family: "Book Antiqua",Times,sans-serif;
	display: block;
	}
	
#content h1, #content h2, #content h3, #content h4 {
	font-family: Arial, sans-serif;
	}	

#content a:link:after, #content a:visited:after {
	content: " (" attr(href) ") ";
	}

	
#pagebreak {
	page-break-before: always;
	}