body {
	font-family: verdana, helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	font-size: 12pt;
	padding-left: 11em;
	margin-left: 0em;
	margin-top: 0em;
}

a:active { color: #00C; }
a:visited { color: #008; }
a:hover { color: #04C; }

h1,h2,h3,h4,p,td,th,ul,ol,li,dt,dd { font-family: verdana, helvetica, sans-serif; }

p,td,th,ul,ol,li,dt,dd,div.nav { font-size: 12pt; }

p,dd { text-align: justify; }
p[align=center] { text-align: center; }

kbd,tt,code { font-family: monospace; }

th a { text-decoration: none; }
h1 a { text-decoration: none; color: #000 !important; }

.nav a { white-space: nowrap; }
.nav a.current { font-weight: bold; }

div#footer { clear: both; }

.error { border: solid #800 2px; color: #800; background-color: #fdd; font-weight: bold; }
div.error { padding: 1em; }

.notice { border: solid #880 2px; color: #000; background-color: #ffd; font-weight: bold; }
div.notice { padding: 1em; }

li.spaced { margin-top: 1em; }

a { color: #006; }

h1,h2,h3,h4,th {
	color: #000;
	margin: 0.2em 0em 0.2em 0em;
	border-bottom: solid black 1px;
	text-align: left;
}

h1 {
	font-size: 18pt;
	font-weight: bold;
	padding-left: 128px;
	text-align: right;
}
h2 { font-size: 16pt; font-weight: bold; }
h3 { font-size: 14pt; font-weight: bold; }
h4 { font-size: 11pt; font-weight: bold; margin: 0.2em 20% 0.2em 0.8em; }

div.nav {
	position: absolute;
	top: 0.2em;
	left: 0.2em;
	border-bottom: solid #9BC 1px;
}

div.nav ul { list-style-type: none; margin: 0em; padding: 0em; }
div.nav ul li a {
	width: 8em;
	display: block;
	border: solid #9BC 1px;
	margin: 2px 2px 2px 0px;
	padding: 0.1em;
}
div.nav ul.sub li a { margin-left: 0.8em; width: 10.2em; }
div.nav ul.subsub li a { margin-left: 1.6em; width: 9.4em; }
div.nav ul.subsubsub li a { margin-left: 2.4em; width: 8.6em; }

.nav a {
	color: #000;
	text-decoration: none;
	font-size: 12pt;
}
.nav a:visited { color: #024; }
.nav a:hover { background-color: #DFF; color: #024; }
.nav a.current { color: #000; }
.nav a.current:visited { color: #012; }
.nav a.current:hover { background-color: #BDE; color: #008; }

.nav h2 { font-size: 9pt; font-weight: bold; border: none; text-decoration: underline; margin-top: 1em; }
.nav p { font-size: 8pt; }

div#footer {
	border-top: solid black 1px;
	color: #888;
	padding: 0.2em;
	text-align: right;
	font-size: 8pt;
	margin-top: 4px;
}

div#footer a { color: #667; text-decoration: none; }

@media print {
	body { padding-left: 0em; }
	h1 { text-align: center; padding: 0.1em; margin: 0em; }
	body,p,td,th,ul,ol,li { font-size: 10pt; }
	h1,h2,h3,h4,th {
		color: #000;
		background-color: #DDD;
		text-align: left;
		padding: 0.2em;
	}
	h1 { font-size: 16pt; margin-right: 0em; }
	h2 { font-size: 14pt; }
	h3 { font-size: 13pt; }
	h4 { font-size: 12pt; }
	small { font-size: 8pt; }
	body { color: #000; background-color: #FFF; }
	a { text-decoration: none; color: #000; }
	.nav { display: none; }
	div#footer { display: none; }
	.noprint { display: none; }
	input[type=submit] { display: none; }
	input[type=password] { display: none; }
}
