@charset "utf-8";

#navigation, .noprint {
	display: none;
}

#header, #footer {
	background: white;
	border-color: #9098a0;
}

#sitetitle, #content, #legal {
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

#contentbox {
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Palatino, Georgia, "New Times Roman", serif;
}

h1 {
	font-size: 24pt;
}

h2 {
	font-size: 16pt;
}

h3 {
	font-size: 12pt;
}

#content p, #content li, #content td, #content th {
	font-family: Palatino, Georgia, "New Times Roman", serif;
	font-size: 9pt;
	color: black;
	line-height:1.5em;
}

#content a {
	color: black;
	text-decoration: none;
}

#content code, #content pre {
	font-family: Helvetica, Verdana, "Helvetica Neue", sans-serif;
	font-size: 8pt;
}

#content th span.help {
	display: none;
}


