@charset "utf-8";
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
.FooterText a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterText a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.FooterText a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
.FooterText a:active {
	color: #FFFFFF;
}

