/* CSS Document */

body {
	margin:0;
	padding:0;
	font-family:Helvetica, Arial, Verdana, sans-serif;
	background-color:#fff;
}
#pageWrap {
	margin: 0 auto;
	width: 600px;
	text-align:left;
	}
#header {
}
#tagline, #navbox, #supplemental {
	display:none;
}

#footer {
	clear:both;
	padding:0;
	border-top:1px solid #999;
}
#footer p, #footer a {
	font-size:9pt;
	color:#333;
}
#img {
	border:0;
	}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
}
h1 {
	color:#000;
	font-size: 18pt;
	line-height:22pt;
	margin-top:12px;
}
h2 {
	color:#000;
	font-size: 14pt;
	margin-bottom:6px;
}
h3 {
	font-size:12pt;
	color:#000;
	margin-top:12px;
	margin-bottom:6px;
}
p {
	font-size:10pt;
	line-height:12pt;
	margin-bottom:12px;
}
a {
	text-decoration:none;
	color:#000;
}
ul, li {
	list-style-type:square;
	line-height:1.5em;
	list-style-position: outside;
	}
.indentheader {
	font-weight:bold;
}