html {overflow-y: scroll;}

body {
	background-color:#ACADB0;
	padding-top:0px;
	margin-top:0px;
}

.Header {
	background-color:#FFFFFF;
	width:1100px;
	padding:10px 0px 10px 0px;
}

.Main {
	background-color:#FFFFFF;
	width:1080px;
	padding:10px 10px 10px 10px;
}

.Footer {
	background-color:#FFFFFF;
	width:1090px;
	padding:5px 5px 5px 5px;
}

.Box {
	width:75%;
}

a:link {
	color: #333;
}
a:visited {
	color: #333;
}
a:hover {
	color: #333;
}
a:active {
	color: #333;
}

.BoldGrey {
	font-family:Arial, sans-serif;
	font-size:12pt;
	color: #333;
	font-weight: bold;
}

.NormalText {
	font-family:Arial, sans-serif;
	font-size:12pt;
	color:#333;
}

.SmallText {
	font-family:Arial, sans-serif;
	font-size:10pt;
	color: #333;
}

.12px {
	font-family:Arial, sans-serif;
	font-size:12px;

}

.14px {
	font-size:14px;
	font-family:Arial, sans-serif;
}
