body {
	background-color: #9CA131;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-repeat: repeat;
	background-image: url(../Images/bg.jpg);
}
body,td,th {
	font-family: "Trebuchet MS";
	font-size: 12px;
	color: #6d3a16;
}
a:link {
	color: #A25722;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #391F0C;
}
a:hover {
	text-decoration: underline;
	color: #C26829;
}
a:active {
	text-decoration: none;
}
.Main {
	position: relative;
	height: 568px;
	width: 800px;
	text-align: left;
	background-color: #D9FCB4;
	top: 0px;
	filter: DropShadow(Color=#000000, OffX=1, OffY=1, Positive=visible);
}
.MainBottomBar {
	background-color: #9ca131;
	position: absolute;
	height: 15px;
	width: 100%;
	font-size: 10px;
	left: 0px;
	bottom: 0px;
	text-align: right;
	padding-top: 3px;
	color: #6d3a16;
	overflow: hidden;
	z-index: 3;
}
