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;
}
#subnav * {
	width: 0;
	height: 0;
	display:none;
	float: none;
	}
#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;
	}
#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;
	}
hr {
	float: none;
	color: #000;
}