a {
	text-decoration: none;
	cursor: hand;
}

a:link {
color: #3B3B27;
text-decoration: none;
}

a:visited {
color: #3B3B27;
text-decoration: none;
}

a:active {
color: #3B3B27;
text-decoration: none;
}

a:hover {
color: #FAFBF3;
text-decoration: none;
}

a.light:link {
color: #3B3B27;
text-decoration: underline;
text-underline: single
}

a.light:visited {
color: #3B3B27;
text-decoration: underline;
text-underline: single
}

a.light:active {
color: #3B3B27;
text-decoration: underline;
text-underline: single
}

a.light:hover {
color: #C4D192;
text-decoration: underline;
text-underline: single
}
.bodytext {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	color: #3B3B27;
}
.bodybold {
	font-family: Tahoma, Arial, Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #3B3B27;
}
.menu {
	font-family: Tahoma, Arial, Verdana;
	font-size: 13px;
	font-weight: bold;
	color: #3B3B27;
}
ul {
font-family: Tahoma, Arial, Verdana;
font-size: 12px;
font-style: normal;

font-weight: normal;
font-variant: normal;
line-height: 2em;
text-transform: none;
color: #3B3B27;
text-decoration: none;
text-indent: 0px;
list-style-position: outside;
padding: 12px;
margin: 2px;
}