@charset "ISO-8859-1";
.footernavigation {
}
.footer:link {
	color: #CCC;
	text-decoration: underline;
}
.footer:visited {
	text-decoration: underline;
	color: #CCC;
}
.footer:hover {
	text-decoration: none;
	color: #FFF;
}
.footer:active {
	text-decoration: underline;
	color: #FFF;
}
.navtext {
	font-size:8px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #666;
