@charset "utf-8";
#Footer {
	height: 42px;
	width: 700px;
	clear: both;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 10px;
	font-weight: bold;
	background-color: #338504;
}
#Footer ul {
	display: block;
	margin: 0px;
	padding: 0px;
}
#Footer ul li {
	display: inline;
}
#Footer ul li a {
	text-decoration: none;
	color: #FFFFFF;
	padding: 5px;
	font-size: 10px;
	line-height: 41px;
}
#Footer ul li a:hover {
	text-decoration: underline;
}
