body, p {
	font-family: Verdana, sans-serif; 
	font-size: 100%; 
	text-decoration: none;
	}
body { 
	background: #99cc99; 
	color: #000000; 
	margin: 20px; 
	}
p, ul, li {
	font-size: 90%;
	line-height: 200%;
	margin: 5px;
	padding: 2px;
	}
ul {
	margin: 0px 0px 0px 50px;
	}
p.content {
	font-size: 80%;
	text-align: justify;
	}
p.center {
	font-size: 80%;
	font-weight: bold;
	text-align: center;
}
h1 {
	background: transparent;
	color: #003300;
	border-bottom: 2px #cccccc dotted;
	font-family: Arial;
	font-size: 150%;
	margin: 5px;
	padding: 2px;
	}
a:link, a:visited {
	background: transparent;
	border-bottom: 1px #cccccc dotted;
	color: #336633;
	}
a:hover, a:active {
	background: transparent;
	border-bottom: 1px #000000 dotted;
	color: #000000; 
	}
.body {
	background: #fff;
	border: 2px #000000 solid;
	color: #000;
	}
.border {
	border-bottom: 2px #000000 solid;
	border-top: 2px #000000 solid;
	}
table.content {
	border-bottom: 2px #000000 solid;
	border-top: 2px #000000 solid;
	}
div.padded {
	padding: 10px;
	}
div.quoted {
	background: url('../images/bground.gif');
	border: 2px dashed #000;
	color: #000;
	margin: 20px 35px 20px 35px;
	padding: 10px;
	}
.left {
	background: url('../images/bground.gif');
	border-right: 2px #000 solid;
	color: #000;
	margin: 0px;
	}
.nav {
	line-height: 100%;
	margin-bottom: 20px;
	}
.small {
	font-size: 75%;
	line-height: 100%;
	margin: 2px;
	padding: 0px;
	}
.smallcaps {
	font-variant: small-caps;
	}
.top {
	background: transparent;
	color: #cccccc;
	font-size: 75%;
	font-weight: bold;
	margin: 2px;
	padding: 2px;
	text-align: right;
	vertical-align: middle;
	}

a.smallwhite, a.smallwhite:hover {
	background: transparent;
	color: #fff;
	text-align: right;
	}
div.navigate {
	background: #eee;
	border-top: 2px solid #000;
	color: #000;
	margin-top: 20px;
	padding: 2px;
	}
p.navigate {
	font-size: 80%;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	}