BODY {
	SCROLLBAR-BASE-COLOR: #1D380D;
	SCROLLBAR-ARROW-COLOR: white;
}
.menu {
	font-family: Arial;
	color: white;
	font-size: 12pt;
	font-weight: bold;
	letter-spacing: 1px;
}
div.menu {
	text-align: right;
	padding-right: 36px;
	padding-top: 6px;
}
a.menu {
	color: white;
	text-decoration: none;
}
a.menu:hover {
	color: white;
	text-decoration: underline;
}
.current {
	color: gray;
}
h1 {
	font-family: Arial;
	font-size: 14pt;
	font-weight: bold;
	color: #333333;
}
.main {
	font-family: Arial;
	font-size: 10pt;
	color: #333333;
	text-align: justify;
}
.main-small {
	font-family: Arial;
	font-size: 8pt;
	color: #333333;
	text-align: justify;
}
a { color: #6B8159; }
.top-border { border-top: solid 1px #7E9A67; }
a:hover {
	color: #7E9A67;
}
.bread-crumb { font-size: 8pt; font-family: Arial; }