.body {
	font-family: Arial;
	font-size: 12px;
	color: #4e4e4e;
}

.hdr {
	font-family: Arial;
	font-size: 12px;
	color: #004900;
	font-weight: bold;
}


.menu {
	color: #004900;
	font-family: Arial;
	font-size: 11px;
}

.footer {
	font-family: Arial;
	font-size: 9px;
	color: black;
	text-decoration: none;
	
}

:hover.footer {
	text-decoration: underline;
	color: #004900;
}

.header {
	font-family: Arial;
	font-weight: bold;
	font-style: italic;
	font-size: 13px;
	color: #004900;
}

.form {
	border:1px solid #C0C0C0; 
	font-family: Arial;
	font-size: 10px;
	color: #000000;
	text-decoration: none; 
	background-color:#E4E4E4
}