@charset "utf-8";
/* CSS Document */

#footerNav {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	clear: both;
position:relative;
top:-30px;
}
#footerNav a {
	font-size: 11px;
	color: #333333;
	text-decoration: none;
	clear: both;
}
#footerNav a:hover {
	font-size: 11px;
	color: #CCC;
	text-decoration: underline;
}
