#footer {
	width: 1000px;
	font-family: Tahoma, Arial, Hevetica, sans-serif;
	font-size: 11px;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	color: #006699;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.footer {
	display: block;
	float: left;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
}
.footer a, .footer a:visited {
	color: #666666;
	text-decoration: none;
	font-weight: normal;
}
.footer a:hover {
	font-weight: bold;
	color: #F76C11;

}
