body {
	margin: 0;
	padding: 0 10px 0 10px;
	border: 0;
	text-align: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12pt;
	color: black;
}
#container {
	margin: 0;
	padding: 0;
	border: 0;
}
#content, #footer .copyright,
#footer .info {
	width: auto; 
	margin: 0 5% 0 5%;
	padding: 0; 
	border: 0;
	float: none !important;
	color: black; 
	background: transparent;
}
#navcontainer, #navcontainer ul,
#navcontainer a:link, #footnav,
#footnav a:link {
	display: none;
}
h1 {
	font-size: 18pt;
	font-weight: bold;
}
h2 {
	font-size: 16pt;
	font-weight: bold;
}
h3 {
	font-size: 14pt;
	font-weight: bold;
}
h4 {
	font-size: 12pt;
	font-weight: bold;
}
p, ol, ul, li, strong, b,
emphasis, i, kbd, dl, dt,
dd, .printinfo {
	font-size: 12pt;
	color: black;	
}
.printinfo {
	display: inherit;
	font-size: 8pt;
	text-align: left;
}
a:link, a:visited {
	color: gray;
	text-decoration: underline;
}
img {
	border: 0;
	padding: 10px;
}
#footer p {
	font-size: 8pt;
	color: black;
	text-align: center;
}
div#content a:link:after, div#content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
   color: gray;
 }
#clearall, #clearall2 {
display: none;
}