#footerWrapper {
	margin: 0px;
	padding: 0px;
	clear: both;
	width: 960px;

	margin-left: auto;
	margin-right: auto;

	font-family: helvetica, arial, sans-serif;
	text-align: center;
}

.footerTop {
	font-weight: bold;
	font-size: 14px;
	font-weight: normal;
	color: #64676c;
	line-height: 25px;
}

.footerTop a {
	text-decoration: none;
	color: #64676c;
}
.footerTop a:hover {
	text-decoration: underline;
	color: #64676c;
}

.footerBase {
	font-size: 12px;
	font-weight: normal;
	color: #a7aeb6;
	line-height: 20px;
}
.footerBase a {
	text-decoration: none;
	color: #a7aeb6;
}

.footerBase a:hover {
	text-decoration: underline;
	color: #64676c;
}