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

#site-container {
	width: auto;
	height: auto;
	margin:	0px;
	padding: 0px;
	color: black;
	float: none;
	position: relative;
	top: 0px;
	left: 0px;
	}
#top {
	width: 0;
	height: 0;
	display:none;
	float: none;
	}
#nav {
	width: 0;
	height: 0;
	display:none;
	float: none;
	}
#images {
	width: 0;
	height: 0;
	display:none;
	float: none;
/*
	background: url(../images/middle-bg.gif);
*/
	}
#content {
	color: black;
	float: none;
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	}
#copy {
	color: black;
	float: none;
	position: relative;
	width: auto;
	height: auto;
	margin:	0px;
	padding: 0px;
	}
	
/*************** Formatting ****************/
	
p {
	color: #000;
	font-size: 12pt;
	line-height: normal;
	}
p.footer {
	color: #000;
	font-size: 11pt;
	line-height: normal;
	}
h1 {
	color: #000;
	font-size: 16pt;
	}
h2 {
	color: #000;
	font-size: 14pt;
	}
h3 {
	color: #000;
	font-size: 12pt;
	}
img {
	border: 0px;
	}
hr {
	float: none;
	color: #000;
}
ul {
	color: #000;
	font-size: 12pt;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
	}
ol {
	color: #000;
	font-size: 12pt;
	list-style-type: disc;
	margin-left: 1em;
	padding-left: 1em;
	}
table.apt {
	color: black;
	float: none;
	position: relative;
	width: auto;
	height: auto;
	margin:	0px;
	padding: 0px;
	}