/* CSS Document */

.menu {
	font-family: Verdana;
	font-size: 11px;
	color: #75805a;
}
a.menuTwo {
	font-family: "Arial narrow";
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	text-indent: 10px;
	padding-right: 10px;
	text-decoration: none;
}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../images/web_bg.jpg);
	background-repeat: repeat-y;
	background-position: center center;
	background-color: #e8f0d5;
}
a.menuLink{
	font-family: Verdana;
	font-size: 11px;
	color: #75805a;
	text-decoration: none;
}
a.menuLink:hover{
	font-family: Verdana;
	font-size: 11px;
	color: #75805a;
	text-decoration: underline;
}
a.menuLink:visited{
	font-family: Verdana;
	font-size: 11px;
	color: #663300;
}
a.menuLink_na {
	font-family: Verdana;
	font-size: 11px;
	color: #B5C98F;
	text-decoration: none;
}
