@charset "utf-8";

body {
	background-color: #FFFFFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.Wrapper {
	height: 700px;
	width: 100%;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	text-align: center;
	vertical-align: middle;
}
.FooterBox {
	height: 50px;
	width: 100%;
	text-align: center;
	vertical-align: middle;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	clear: both;
	float: none;
}
.FooterText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.FooterText a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}
.FooterText a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999;
}

