@charset "UTF-8";
#footer {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-weight: bold;
	width: 920px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
	color: #7E7FB8;
}
#footer a:link {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	color: #676796;
	text-decoration: none;
}
#footer a:visited {
	color: #676796;
	text-decoration: none;
	font-weight: bold;
}
#footer a:hover {
	color: #A25EB3;
	font-weight: bold;
	text-decoration: none;
}
#footer a:active {
	color: #FF6727;
	font-weight: bold;
	text-decoration: none;
} 
