@charset "UTF-8";
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #555555;
	background-position: center;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	width: 950px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}
a {
	color: #FFFFFF;
}
a:link {
	text-decoration: none;
	color: #CCCCCC;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: none;
	color: #FF9900;
}
a:active {
	color:#FFFFFF
	text-decoration: none;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}
