.greenbg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #f8f6e8;
	background-color: #076224;
}
.bg {
	background-color: #f8f6e8;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.bgtop {
	background-color: #f8f6e8;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	background-color: #eaead1;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #076224;
}
.client_table {
	border: 1px solid black;
	border-collapse: collapse;
}
.client_table th {
	padding: 4px;
	background-color: #66A37A;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.client_table td {
	padding: 4px;
	background-color: #EFEFD6;
	color: #000;
}
.client_table td a {
	color: #000;
	font-weight: bold;
}.yellowbg {
	background-color: #FFDC28;
}
.greentext {
	font-weight: bold;
	color: #076224;
}
.header {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #076224;
}

.blackitalic {
  font-weight: bold;
  font-style: italic;
}

ul {
	list-style-position: outside;
	font-variant: normal;
	line-height: 24px;
}

.volunteer {
  background-color: #ffffff;
  font-weight: bold;
  color: #076224;
  background-image: url(../images/watermark.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.greenbg2 {
  background-color: #076224;
}

.italic {
  font-style: italic;
}

a:link {
  color: #076224;
  text-decoration: underline;
}

a:hover {
  color: #764d1f;
  text-decoration: underline;
}

a:active {
  color: #FFDC28;
  text-decoration: underline;
}

a:visited {
  color: #764d1f;
  text-decoration: underline;
}

.bold {
  font-weight: bold;
}