body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #535353;
}
body {
	background-color: #d7dbd3;
	margin: 0px;
    padding: 0px;
/*    background: url(/images/bg.jpg) left top no-repeat; */
}
a:link {
	color: #28866b;
}
a:visited {
	color: #28866b;
}
a:hover {
	color: #2dbc93;
}
a:active {
	color: #28866b;
}
.style1 {
	color: #68722a;
	font-size: 12px;
	font-weight: bold;

}
.menu-spacer{
	float:left;
}
html>body .menu-active{
	background:url('/images/button-active.png') 50% 50% no-repeat;
	float:left;
	width:157px;
	height:75px;
}
html>body .menu-inactive{
	background:url('/images/button-inactive.png') 50% 50% no-repeat;
	float:left;
	width:157px;
	height:75px;
}