body {
	background-color : #99cc66;
	margin : 16px 16px 16px 16px;
	font-family : Arial, Helvetica, sans-serif;
	font-size: 10pt;
	line-height: 1.4em;
	color: #003300;
}
a {
	font-weight : bold;
	color: #336600;
	background-color: transparent;
}
a:hover {
	color: #669933;
	background-color: transparent;
}
h1, h2, h3 {
	margin: 0 0 0 0;
}
h3 {
	font-size: 14pt;
}
h4 {
	font-size: 12pt;
	margin-top: 0px;
}
ul {
	margin: 0 0 0 16px;
}
hr {
	color: #99cc66;
	height: 2px;
}
.nav {
	font-size: 9pt;
}
table.bottom {
	border-top: 1px solid #bbee88;
}