@charset "utf-8";
/* CSS Document */

.footer_info {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bolder;
	color: #000000;
	text-align: center;
}
.footer_links {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: small;
	color: #000000;
}
.footer_links A:link {color: #000000; text-decoration: underline}
.footer_links A:visited {color: #000000; text-decoration: underline}
.footer_links A:active {color: #000000; text-decoration: underline}
.footer_links A:hover {color: #000000; text-decoration: underline;
}
.content {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #000000;
	line-height: 24pt;
}
.content_container {
	padding-top: 0px;
	padding-right: 25px;
	padding-bottom: 0px;
	padding-left: 25px;
}
body {
	background-color: #99B7A5;
}
