.Footer {
	background: #333333;
	margin: 0px;
	padding: 15px;
	color: #CCCCCC;
	text-align: center;
	clear: both;
	width: auto;
	border-top: 2px solid #666666;
	border-right: 3px solid #666666;
	border-bottom: 3px solid #666666;
	border-left: 3px solid #666666;
}
.Footer a {
	color: #CCCCCC;
	text-decoration: none;
}
.Footer a:hover {
	color: #00FF00;
	text-decoration: none;
}
.Footer_Fix{
	font-size:1em;
}
.copyright {
	color: #666;
	padding: 10px;
	clear: both;
	width: auto;
	margin: 0px 0px 20px;
	text-align: center;
}
.copyright a {
	color: #00F;
}
.copyright a:hover {
	color: #00FF00;
}
.LastUpdatedDiv {
	float: right;
	margin: 0px;
	padding: 0px;
	clear: both;
	width: auto;
}
.LastUpdatedText {
	color: #999999;
	font-style: italic;
}
.LastUpdatedDateTime {
	color: #999999;
	font-style: italic;
}
.ContentAreaClearingDiv {
	clear: both;
	width: auto;
	height: 1px;
}
