.menu {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C2DA80;
	text-decoration: none;
	line-height: 20px;
}
.white-text {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.body-text {
	font-family: Tahoma;
	font-size: 11px;
	color: 676767;
	text-decoration: none;
	line-height: 18px;
}


.menu a{
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #C2DA80;
	text-decoration: none;
}
.menu a:hover {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #8FA84A;
	text-decoration: none;
}
body {
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
}
