.greentext {
	color: #628D67;
	text-decoration: none;
	font-weight: bold;
}
A {
	color: #628D67;
	text-decoration: none;
	font-weight: bold;
}
A:hover {
	color: #628D67;
	text-decoration: underline;
	font-weight: bold;
}
.leftmenu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.leftmenu {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
A.leftmenu:hover {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold;
}
A.innermenu {
	color: #628D67;
	text-decoration: none;
	font-weight: bold;
}
A.innermenu:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
}
BODY, TD, TEXTAREA, SELECT, P, H1, H2, H3, H4, FONT, INPUT {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
}
INPUT.greeninput {
	height: 18px;
	border-color: #628D67;
	border-width: 1px;
	border-style: solid;
}
DIV.menu {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 8pt;
	text-decoration: none;
	color:#03284D;
	position:relative;
	z-index:0;
	visibility:visible;
}
DIV.submenu {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 7pt;
	text-decoration: none;
	color:#3580CB;
	position:absolute;
	z-index:20;
	visibility:hidden;
	top:0px;
	left:0px;
}
