.footerList {
	text-align: center;
	white-space: nowrap;
	list-style-type: none;
	font-size: 8pt;
}
.footerList li {
	display: inline;
	padding: 0px 5px;
	color: #999999;
}
.footerList li a {
	text-decoration: none;
	color: #999999;
}
.footerList li a:hover {
	color: #e61e26;
}
.footer {
	position: relative;
	width: 862px;
	height: 25px;
	background-image: url('/images/bg_wideline_862x1.png');
	margin: 0px auto;
	margin-top: -25px;
	clear: both;
}
