body {
	background: white; 
	font-size: 12pt;
	line-height: 14pt;
}
a:link, a:visited {
	color: #000;
	font-size: 12pt;
	text-decoration: underline;
	}
	
/*************** Global Header ****************/
	
#global-header * {
	display:none;
	float: none;
	}
	
/*************** Site Layout ****************/

#site-container {
	width: auto;
	height: auto;
	margin:	0px;
	padding: 0px;
	color: black;
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#top * {
	width: 0;
	height: 0;
	display:none;
	float: none;
}
#left {
	margin:	0px;
	padding: 0px;
	color: black;
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#right * {
	width: 0;
	height: 0;
	display:none;
	float: none;
	}
#content {
	width: auto;
	height: auto;
	margin:	0px;
	padding: 0px;
	color: #000;
	font-size: 12pt;
	line-height: 14pt;
	float: none;
	position: absolute;
	top: 0px;
	left: 0px;
	}
#top-left {
	width: 0;
	height: 0;
	display:none;
	float: none;
	}
#top-right {
	width: 0;
	height: 0;
	display:none;
	float: none;
	}
#descriptions * {
	display:none;
	float: none;
	}
#footer * {
	display:none;
	float: none;
	}
p {
	color: #000;
	font-size: 12pt;
	line-height: normal;
	}
h1 {
	color: #000;
	font-size: 16pt;
	}
h2 {
	color: #000;
	font-size: 14pt;
	}
h3 {
	color: #000;
	font-size: 12pt;
	}
ul {
	color: #000;
	font-size: 12pt;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
	}
img {
	display: none;
	float: none;
}
hr {
	float: none;
	color: #000;
}

/*************** Forms and Misc ****************/
table.data {
	font-size: 12px;
	background: #B5B2AA;
	width: 100%;
	margin: 18px 0px 18px 0px;
	border: 0;
	}
table.data h3 {
	font-size: 13px;
	text-align: left;
	margin: 0px;
	}
table.data td {
	font-size: 12px;
	line-height: normal;
	padding-left: 8px;
	background: #D6D4CF;
	}
table.statsdb {
	font-size: 11px;
	line-height: normal;
	width: 100%;
	margin: 18px 0px 18px 0px;
	border: 1px solid #000000;
	}
table.statsdb td {
/*	background: #D6D4CF; */
	}
td.label {
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	}
#sub-nav * {
	display:none;
	float: none;
	}