a {
	text-decoration: none;
	color: #E8E3D2;
	font-size: 14px;
	font-weight: bold;
}

a:hover {
	color: #4A5A29;
	text-decoration: underline;
}

.active {
	text-decoration: underline;
}
.active:hover {
	color: #E8E3D2;
	text-decoration: underline;
}



.bodylink {
color: #4A5A29;
}

.bodylink:hover {
	color: #4A5A29;
	text-decoration: underline;
}


.small_link {
	text-decoration: none;
	color: #ffffff;
	font-size: .75em;
	font-weight:normal;
}

.button {
	font-family: "Trebuchet MS", serif;;
	font-size: 12px;
	color : #ffffff;
	border-top : 1px solid #808080;
	border-left : 1px solid #808080;
	border-bottom : 2px solid #000000;
	border-right : 2px solid #000000;
	background-color: #4A5A29;
	margin-top: 0px;
	margin-bottom:0px;
	width: 110px;
	height: 22px;
}	

.smallbutton {
	font-family: "Trebuchet MS", serif;;
	font-size: 12px;
	color : #ffffff;
	border-top : 1px solid #808080;
	border-left : 1px solid #808080;
	border-bottom : 2px solid #000000;
	border-right : 2px solid #000000;
	background-color: #4A5A29;
	margin-top: 0px;
	margin-bottom:0px;
	width: 60px;
	height: 22px;
}	