@charset "UTF-8";
.navigationfooter {
	font-family: arial;
	font-size: 14px;
	color: #999999;
}

a.navigationfooter:link {
	color: #999999;
	text-decoration: none;
}
a.navigationfooter:visited {
	text-decoration: none;
	color: #999999;
}
a.navigationfooter:hover {
	text-decoration: none;
	color: #459145;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #459145;
}
a.navigationfooter:active {
	text-decoration: none;
	color: #459145;
}