body {
	font-size: 12px;
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	color: #000000;
	line-height: 150%;
	background: white;
	margin: 0px;
	padding: 0px;
	min-width: 960px;
}
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	border-left: 1px solid #E4E1DA;
}
.buttons a:link,
.buttons a:active,
.buttons a:visited,
.buttons a:hover
{
	float: left;
	display: block;
	padding: 4px 10px;
	color: #645A44;
	text-decoration: none;

}
.buttons a:hover
{
	color: #395500;
}
.buttons-active {
	color: #FFFFFF !important;
	background: #3EAF0E !important;
}