body {
	margin: 0px;
	font-family: arial, helvetica, sans-serif;
	font-size: 75%;
	background: #FFF;
	color: #525D47;
}

table {
	font-size: 100%;
}

h1 {
	font-size: 140%;
}

a {
	font-weight: bold;
	text-decoration: none;
	color: #909980;
}

a:hover {
	font-weight: bold;
	text-decoration: none;
	color: #425E2F;
}



input, textarea {
	background: #F9F9F9;
	border: 1px solid #3C4232;
	font-family: arial, helvetica, sans-serif;
	font-size: 100%;
}

#menu_links td {
	padding: 5px;
}

#menu_links a {
	text-decoration: none;
	color: #909980;
}

#menu_links a:hover {
	text-decoration: underline;
	color: #6A7557;
}

.menu_header {
	background: #E5EADC;
	padding: 5px;
	text-align: center;
	font-size: 140%;
}

#selected_menu a {
	font-weight: bold;
	text-decoration: underline;
}

#menu_scroller {
	scrollbar-face-color: #E5EADC;
	scrollbar-highlight-color: #FFF;
	scrollbar-shadow-color: #FFF;
	scrollbar-3dlight-color: #929F7B;
	scrollbar-arrow-color: #929F7B;
	scrollbar-track-color: #FFF;
	scrollbar-darkshadow-color: #929F7B;
}
