body { 
//	background-color: #3e5440;
		background-color: #206727;
//background-color: black;
}
body, p, td, li {
	font-family: "Trebuchet MS", verdana, sans-serif;
	font-size: 10pt; 				
	}
#page { 
background-color: #f0fff7;
//	background-color: #206727;
	border: 1px solid black;
}
p { 
	text-align: justify; 
}
.title, .big .title {
	font-size: 18pt;
	margin-bottom: 0px;
}
.big p, .big li {
	font-size: 12pt;
}
.small { font-size: 9pt; }
ul {
	padding-left: 1em;
}
.subtitle {
	font-size: 12pt;
	font-weight: bold;
	color: #206727;
}
.blurbs {
	padding: 20px;
}
.blurbs p {
	font-size: 9pt ;
}
.attrib {
	font-weight: bold;
}
.img {
	font-style: italic;
}
#menucell {
	background-color: #206727;
}
#menucell td {
	font-weight: bold;
	text-align: center;
	padding: 6px;
}
#menucell th {
	color: white;
}
#menucell a {
	font-weight: bold;
	color: yellow;
	text-decoration: none;
}
#menucell a:hover {
	color: white;
}
#contentcell {
//		background-color: white;
	// background-color: #a0e0ff;
	padding: 20px;
}
#copycell {
	padding: 4px;
	border-top: 1px solid black;
	font-size: 8pt;
	color: black;
}

