@charset "UTF-8";
/* CSS Document */


#footer ul {
	padding: 0px;
	list-style-type: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
#footer li {
	display: inline;
}
#footer a {
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 17px;
}
#footer {
	margin-top: 30px;
	text-align: center;
	margin-bottom: 0px;
}
#footer-line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
