/* CSS Document */

body,td,th,input,textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color:#000000;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #D7F5CC;
}

b, strong {
	color: #005700;
}

a {
	color: #006600;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
a.sitemap {
	color:#000000;
}

/* TOP MENU */
.topMENU {
	font-family: Tahoma, Verdana;
	font-weight: bold;
	font-size: 10px;
	height: 25px;
	float: right;
	vertical-align: bottom;
	text-align: left;
	margin-left: 13px;
	margin-bottom: 8px;
}
a.topMenu {
	color: #FFFFFF;
}
a.topMenu:hover {
	color: #FFF05D;
	text-decoration: none;
}

/* Bottom MENU */
.bottomMENU {
	font-family: Tahoma, Verdana;
	font-weight: normal;
	font-size: 10px;
	text-align:center;
	color: #FFFFFF;
	padding-top:1px;
}
a.bottomMENU {
	color:#FFFFFF;
	text-decoration:none;
}
a.bottomMENU:hover {
	text-decoration:underline;
}
a.menu {
	text-decoration:none;
	color:#FFFFFF;
}
a.menu:hover {
	color:#FFFF3E;
}
.yellowSQUARE {
	margin-right:8px;
	padding-bottom:1px;
	border:0;
	width:10px;
	height:10px;
	vertical-align:bottom;
}