body {
	background-color: #DADBC4;
}
a:link {
	color: #CC6600;
}
a:visited {
	color: #CC9900;
}
a:hover {
	color: #CC3300;
}
.green_heading {
	color: #7AAE53;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
.green_italic {
	color: #7AAE53;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: oblique;
}
.bold_body {
	color: #000000;
	font-weight: bold;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
.black_heading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #000000;
	font-style: normal;
	font-weight: bold;
}
.bottom {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
}
