.text {
	font-family: "Tahoma", "Arial";
	font-size: 11px;
}
input {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
select {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
table {
	border: 1px none;


}
textarea {
	font-family: Tahoma, Arial;
	font-size: 10px;
}
.border {
	border: 1px solid #000000;
}
.text10 {
	font-family: "Tahoma", "Arial";
	font-size: 10px;
}
a.MenuLink {
	text-decoration:none;
	font-family: "Tahoma", "Arial";
	font-size: 11px;
	font-weight:bold;
	color:#84C018;
	padding-left:9px;
	padding-right:9px;
	border-right:2px solid #84C018;
}
a.MenuLink:hover {
	text-decoration:underline;
}