html {
	overflow: hidden;
}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
	background-image: url('images/common/loading.gif');
	background-repeat: no-repeat;
	background-position: 400px 300px; 
}
td {
	font-size: 12px;
}
h1 {
	font-size: 24px;
	font-weight: normal;
}
.cPicHolder {
	position: absolute;
	height: 600px;
	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;
}
.lighttext {
	font-size: 11px;
	color: #999999;
}
.lighttext a {
	color: #999999;
}
.cDescription {
	background-color: #E0E0E0;
	position: absolute;
	z-index: 9;
	height: 80px;
	width: 400px;
	left: -400px;
	top: -200px;
	visibility: hidden;
	opacity: 0.8;
	filter: alpha(opacity=80);
	padding: 5px;
}
.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;
}

