/* CSS Document */
a.navfooter:link, a.navfooter:visited {
	font-family:"Times New Roman", Times, serif;
	font-size : 14px;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
a.navfooter:hover {
	font-family:"Times New Roman", Times, serif;
	font-size : 14px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}