/* CSS Document */

#footer {
	float: left;
	padding-bottom: 3px;
	padding-top: 3px;
	text-align: center;
	width: 775px;
	background: #FFFFFF;
	clear: both;
	margin-left: 15px;
	margin-top: 5px;
}

.footer {
	color: #6F738E;
	font-size: 10px;
	line-height: 15px;
	list-style: none;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 20;
}

#footer a {
	color: #6F738E;
	font-size: 9px;
	font-weight: ;
	text-decoration: underline;
}

#footer a:hover {
	color: #6F738E;
	text-decoration: none;
}

#footer a:visited {
	color: #6F738E;
	text-decoration: underline;
}

#footer a:visited:hover {
	text-decoration: none;
	color: #333333;
}
