body {
	font-family: arial;
	font-size: 16px;
	margin: 5px 0 25px 0;
}

img {
	border: none;
}
.noprint {
	display: none;
}
/*----------------------------- Layout --------------------------*/ 
#header {
	height: 100px;
	display: none;
}
#subheader {
	color: #336699;
	font-weight: bold; 
	padding: 0px 20px; 
}
#main {
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0;
}
#leftcol {
	display: none;
}
#footer {
	border-top: 1px solid #336699; 
	text-align: center;
	background-color: #C9DBED;
	font-size: 12px;
	padding: 3px 0 7px 0;
	position:  fixed;
	bottom: 0;
	left: 0;
	right: 0;
	display: none;
}
#footer a {
	display: none;
}

table.statistics {
	width: 100%;
}
