body {
	background-color:white;
	margin:0;
	font-family:Arial,sans-serif;
	font-size:12pt;
	color:black;
	text-align:center;
}

body,html,h1,h2,h3,h4,h5,h6,div,p {
	color: black;
	background-color: white;
}

img {
	border:none;
}

#container {
	margin:0;
	text-align:left;
}


#header h1 {
	padding-bottom:10px;
	border-bottom:2px solid black;
	margin-bottom:40px;
}
#header div,#header img,#header a {
	display:none;
}
#header img {
	float:right;
}

#nav_main {
	display:none;
}
#topic {
	display:none;
}


#nav_sub {
	display:none;
}
#content h1 {
	font-size:18pt;
	color:black;
	margin-top:0px;
}
#content h2 {
	font-size:14pt;
	margin-top:0px;
	text-decoration:underline;
}
#content h3 {
	font-size:12pt;
	margin-top:0px;
	font-style:italic;
}
#content h1 a, #content h1 a:visited, #content h2 a, #content h2 a:visited, #content h3 a, #content h3 a:visited {
	text-decoration:none;
}
#content h1 a:hover, #content h2 a:hover, #content h3 a:hover {
	text-decoration:underline;
}

#content a, #content a:hover {
	color:black;
	text-decoration:underline;
}
#content a:visited {
	color:black;
	text-decoration:underline;
}
#content .date, #content .desc {
	font-size:10pt;
	margin:0px;
}
#content strong {
	color:black;
}
#content strong a, #content a strong {
	color:black;
	text-decoration:underline;
}
#content pre.helptext {
	font-size:11pt;
	font-family:Arial,sans-serif;
}


#features {
	display:none;
}


.cleaner {
	clear:both;
	height:1px;
	font-size:1pt;
	border:none;
	margin:0; padding:0;
	background:transparent;
}


#footer {
	padding-top:15px;
	padding-right:5px;
	text-align:right;
	font-size:11pt;
}
#footer p {
	margin:0px;
}
#footer a {
	font-size:11pt;
	text-decoration:underline;
	color:black;
}