.FooterBox {
	width: 760px;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #545147;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
a.footerlinks:link {color: #545147; text-decoration: none;}
a.footerlinks:active {color: #545147; text-decoration: none;}
a.footerlinks:visited {color: #545147; text-decoration: none;}
a.footerlinks:hover {color: #545147; text-decoration: none; }
.FooterBox {
	width: 760px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	background-color: #D9DABC;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: 545147;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: 545147;
	border-left-color: 545147;
}