@charset "utf-8";
/* CSS Document */
/********************************************************************************* #FOOTER */
/* Footer */
#footerBg {
	margin-top: 0px;
	padding-top: 0px;
	height: 70px;
	text-align: center;
}
#footer {
	height: 70px;
	min-height: 70px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

#footer p {
	padding-top: 10px;
	text-align: center;
	font-size: 9pt;
	color: #999;
	line-height: normal;
	padding-left: 10px;
	margin: 0px;
}

#footer a {
	color: #09F;
}

#footer a:hover {
	color: #FFF;
}
