@charset "UTF-8";
.BodyHeading {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	color: #333333;
	position: absolute;
	left: -40px;
	width: 627px;
}
.BodyHeading2 {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	position: absolute;
	text-transform: uppercase;
	color: #333333;
	width: 100%;
}
.clearfooter {
	height: 60px;
	clear: both;
	position: absolute;
}
.Container {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -60px; /* the bottom margin is the negative value of the footer's height */
}
html, body {
	height: 100%;
	margin: 0px;
}

