#Footer {
	background-color: #E4E4E4;
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #666666;
	padding-top: 10px;
	padding-bottom: 30px;
	width: 800px;
	color: #666666;
	text-align: center;
}
.OrangeBody {
	font-weight: bold;
	color: #FF9900;
}
#Footer p {
	font-size: 10px;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
#Footer a:link {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
	text-align: center;
	padding-right: 3px;
	padding-left: 3px;
}
#Footer a:hover {
	color: #000000;
	font-weight: normal;
	font-size: 11px;
	text-decoration: none;
}
#Footer a:visited {
	color: #666666;
	font-weight: normal;
	font-size: 11px;
}
#Search {
	padding-top: 10px;
	text-align: center;
	width: 200px;
	padding-bottom: 5px;
	margin-top: 5px;
}
.smalltext {
	font-weight: normal;
	color: #000000;
	font-size: smaller;
}
.privacypolicy {
	font-size: 10px;
}