body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
}
h1 {
	font-size: 1.5em;
	font-weight: bold;
	margin-top: 13px;
	margin-bottom: 10px;
}
h2 {
	font-size: 1.1em;
	line-height: 1.3em;
	font-weight: bold;
	color: #006633;
	margin-top: 10px;
	margin-bottom: 8px;
}
h3 {
	font-size: smaller;
	margin-top: 25px;
	margin-bottom: 3px;
}

p {
	margin: 0px;
	padding: 0px;
}
a {
	color: #006633;
}
li {
	line-height: 1.8em;
	font-size: .85em;
	padding: 0px;
	margin-left: 0px;
}
dl {
	line-height: 1.8em;
	font-size: .85em;
	padding: 0px;
	margin-left: 0px;
}


.bodytext {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-bottom: 1.5em;
}
td.bodytext {
	font-size: 0.85em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.bodylist {
	line-height: 1.8em;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 12pt;
	font-size: .85em;
	text-indent: -12pt;

}
.footer {
	font-size: 65%;
	color: #003333;
	margin-top: 20px;
	padding-top: 20px;
}

.bottomNavRule {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #629D7B;
	border-right-color: #629D7B;
	border-bottom-color: #629D7B;
	border-left-color: #629D7B;
}
P.navBarTitle {
	color: white;
	font-size: 0.8em;
	font-weight: bold;
	text-align: left;
	padding-left: 6pt;
}
UL.navBarMenu {
	margin-top: 0.7em;
}
LI.navBarMenu {
	color: white;
	font-size: 0.8em;
	text-align: left;
	line-height: 1.1em;
	margin-left: -20px;
	margin-bottom: 0.7em;
	list-style-type: none;
}
A.navBarMenu:link {
	color: white;
}
A.navBarMenu:visited {
	color: white;
}

table.graybox {
	border: 2px solid #000000;
	background: #E2E2E2;
}

td.graybox {
	font-size: 0.85em;
	line-height: 1.5em;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.author {
	font-weight: bold;
	color: #006633;
}