.font {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
body {
	background-color: #00331A;
	margin-top: 10px;
	padding: 0px;
}
.border {
	border: 1px solid #999999;
}
a:link {
	color: #096537;
	text-decoration: none;
}
a:visited {
	color: #025B2F;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a:active {
	color: #025B2F;
}
.font_d {
	font-family: Tahoma;
	font-size: 11px;
	color: #016031;
	font-weight: bold;
}
form {
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	margin: 0px;
	padding: 0px;
}

