html {
	overflow: hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF; 
}
td {
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
.cPicHolder {
	position: absolute;
	height: 500px;
	width: 800px;
	left: 20px;
	top: 20px;
	text-align: center;
	z-index: 2;
}
.cMenuContainer {
	background-color: #FFFFFF;
	position: absolute;
	height: 600px;
	width: 100%;
	left: 20px;
	top: 20px;
	text-align: center;
}
.cFooter {
	position: absolute;
	left: -2000px;
	top: -100px;
	z-index: 3;
}
.lighttext {
	font-size: 11px;
	color: #999999;
}
.lighttext a {
	color: #999999;
}
.cStaticPageName {
	font-weight: bold;
	font-size: 16px;
}
a {
	color: #990000;
	text-decoration: none;
}
a.cBottomNav {
	font-size: 11px;
}
a:hover {
	text-decoration: underline;
}
.cStaticMenu a {
	color: #FFFFFF;
	text-decoration: none;
}
.cStaticMenu a:hover {
	text-decoration: none;
}
.statdata {
	font-size: 14px;
}
.statdatasmaller {
	font-size: 12px;
}

