@charset "UTF-8";
/* CSS Document */

#Footer {
	clear: both;
	height: 20px;
	width: 100%;
	color: #FFF;
	text-align: center;
	font-size: 12px;
	position: relative;
	min-width: 950px;
}#Footer1 {
	padding: 5px;
	margin-left: auto;
	margin-right: auto;
	width: 940px;
	background-color: #FF8615;
	text-align: center;
	color: #FFF;
	margin-top: 10px;
}
#Footer1 a {
	color: #FFF;
	text-decoration: none;
	padding-right: 0px;
}
#Footer2 {
	background-color: #CCC;
	text-align: center;
	color: #666;
	height: 20px;
	padding-top: 5px;
	font-size: x-small;
}
#Footer2 a  {
	color: #666;
	font-weight: normal;
	text-decoration: underline;
}

