html {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
.copyright {
	font-size: 10px;
	padding-right: 5px;
	height: 30px;
	padding-left: 5px;
	font-weight: normal;
}
.copyright a {
	color: #F37221;
	text-decoration: none;
}
.content {
	padding-top: 45px;
	padding-bottom: 30px;
	padding-right: 45px;
	padding-left: 45px;
	color: #333333;
	min-height: 300px;
}
.content a {
	color: #F37221;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	font-weight: normal;
}
.content a:visited {
	color: #F37221;
	text-decoration: none;
	border-width: 1px;
	border-bottom-style: solid;
	border-color: #CCCCCC;
	font-weight: normal;
}
.content a:hover {
	border-color: #F37221;
}
.navbox {
	position: absolute;
	left: 70px;
	top: 120px;
}
h1 {

	font-size: 14pt;
	color: #F37221;
}
h2 {
	font-size: 11pt;
	color: #333333;
}
img#statistics {
margin:0 0 0 -65px;
position:relative;
z-index:9999;
}
