body {
	border: none;
	color: black;
	margin:0;
	padding:0;
	font-family: Verdana, "Lucida Grande", "Lucida Sans Unicode", Tahoma;
	font-size: 11px;
	background: #ffffff url(/gfx/bg.jpg) repeat-x;
	height:100%;
}
.menuButton {
	font-size:11px; 
	font-weight:bold; 
	/* font-variant:small-caps; */ 
	vertical-align:middle;
	color:#553d2c;
	background-color:#d2eac7; 
	text-align:center;
	position:relative;
	border-bottom: 2px solid #0d2e0d;
	border-right: 2px solid #0d2e0d;
	float:left;
	clear:right;
	margin-left:10px;
}
.menuButton a:link { color: #553d2c; text-decoration: none; }
.menuButton a:active { color: #553d2c; text-decoration: none; }
.menuButton a:visited { color: #553d2c; text-decoration: none; }
.menuButton a:hover { color: #553d2c; text-decoration: none; }

a:link { color: #6f945f; text-decoration: none; font-weight:bold;}
a:active { color: #6f945f; text-decoration: none; font-weight:bold; }
a:visited { color: #6f945f; text-decoration: none; font-weight:bold; }
a:hover { color: #6f945f; text-decoration: none; font-weight:bold; }

a img { border: none; }

h3 {
	font-size:13px;
}
