body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #E4DDCD;
}

a:link {
	color: #005329;
}
a:visited {
	color: #005329;
}
a:hover {
	color: #0C0;
}
a:active {
	color: #005329;
}

.body_black {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
}
.body_black_centered {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	text-align: center;
}

.bold_green {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #005329;
}


.buttons_green:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005329;
	font-weight: bold;
	text-decoration: none;
}

.buttons_green:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005329;	
	font-weight: bold;
	text-decoration: none;
}

.buttons_green:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: yellow;
	font-weight: bold;
	text-decoration: none;
}

a.buttons_green:active {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #005329;
	font-weight: bold;
	text-decoration: none;
}.bold_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FF0;
	text-decoration: none;
}
.body_white {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFF;
}
.bold_light_yellow {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #FFF5B0;
}
