.menu {  font-size: 12px; color: #000000; text-decoration: none; letter-spacing: 1px }
a.menu:hover {  font-size: 12px; color: #729652; text-decoration: none; letter-spacing: 1px }
.spacing {  letter-spacing: 1px }

body {
	font-family: arial, sans serif;
	font-size: 13px;
}

body a, body a:visited {
	color: #1B3C00;
	text-decoration: none;
}

body a:hover {
	color: #729652;
	text-decoration: none;
}

.main {
	background: #1B3C00;
	font: 12px arial, sans-serif;
}

.title {
	color: #1B3C00;
	font: 17px times new roman, serif;
	background: #DEE8D6;
	border-bottom: 1px solid #285103;
}

.text {
	color: #1B3C00;
	font: 12px arial, sans-serif;
	background: #fff;
}

.lightcell {
	color: #1B3C00;
	font: 12px arial, sans-serif;
	background: #DEE8D6;
}

.darkcell {
	color: #1B3C00;
	font: 12px arial, sans-serif;
	background: #B8D6A0;
}

input, textarea {
	color: #1B3C00;
	font: 12px arial, sans-serif;
	border: 1px solid #B8D6A0;
	background: #fff;
}