@charset "utf-8";
body {
	font-family: Tahoma;
	font-size: 11px;
}
#footer {
	clear: both;
	margin-top: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E3E7E9;
	padding-top: 10px;
	text-align: center;
	color: #8D8C8B;
}
#footer a:link {
	color: #AAA9A8;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
	color: #999999;
}
#footer a:visited {
	color: #AAA9A8;
	text-decoration: none;
}

