body {
	background-color: #D2D2D2;
	margin: 0px;
	padding: 0px;
}
.nav {
	background-image: url(images/menubak.gif);
	background-repeat: no-repeat;
}
.bottom {
	background-image: url(images/bottom.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 65%;
	color: #FFFFFF;
	padding-top: 12px;
	padding-bottom: 5px;
	padding-right: 10px;
	padding-left: 10px;

}
.bottom a{
	color: #FFFFFF;
	text-decoration: underline;
}
.bottom a:hover{
	color: #CCCCCC;
	text-decoration: underline;
}
.maintop {
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #006847;
	border-right-color: #006847;
	border-left-color: #006847;
}
.mainbottom {

	background-color: #FFFFFF;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #006847;
	border-left-color: #006847;
}
.green {
	background-image: url(images/greenbak.gif);
	background-repeat: repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #FFFFFF;
	padding: 10px 20px 10px 10px;
	line-height: 150%;

}
.greenbott {
	background-image: url(images/greenbottom.gif);
	background-repeat: no-repeat;
}
.content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #006847;
	line-height: 170%;
	padding-right: 10px;
	padding-left: 15px;
}
.content a{
	color: #006847;
	text-decoration: underline;
}
.content a:hover{
	color: #333333;
	text-decoration: underline;
}
.form-back {
	background-color: #E2E2E2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #006847;
}
.green-form {
	font-size: 11px;
	color: #FFFFFF;
}
