body {
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	font-size: 11px;
	color: #8A8A8A;
	background-color: #DAECA1;
	line-height: 20px;
	background-image: url(images/bg.jpg);
	background-position: center top;
	background-repeat: repeat-y;
}
.footer {
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	text-align: center;
	background-color: #DAECA1;
	background-image: url(images/footer.jpg);
}

.nav {
	line-height: 25px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #99CC00;
}
.nav a {
	line-height: 25px;
	font-family: verdana;
	font-size: 11px;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-color: #99CC00;
	text-decoration: none;
}
.nav a:hover {
text-decoration:underline
}
h2 {
	font-family: tahoma;
	font-size: 20px;
	color: #789F00;
}
