.HeaderFont {
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 80px;
}
body,td,th {
	color: rgba(51,51,51,1);
	font-size: 18px;
}
body {
	background: #FFFFFF no-repeat fixed center center;
	margin: 0px auto;
	height: auto;
	width: 1200px;
}
#Header {
	height: 140px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	border-style: solid;
	font-size: 60px;
	background: rgba(255,255,255,1);
	padding-top: 10px;
	padding-left: 10px;
}
#HeaderRight {
	float: right;
	height: 105px;
	width: 850px;
	border-width: 0px;
	border-style: solid;
	font-size: 110px;
	text-align: justify;
	margin-top: 30px;
	font-family: "Bebas Neue";
}
#NavBar {
	height: 50px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	border-style: solid;
}
#MainContent {
	height: 800px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	border-style: solid;
	background: repeat scroll center center;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 20px;
	overflow: scroll;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#MainContentNoScroll {
	/* height: 800px; */
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	border-style: solid;
	/* background: repeat scroll center center; */
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 30px;
	margin-top: 20px;
	/* overflow: scroll; */
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
}
#Footer {
	height: 250px;
	width: 1200px;
	margin-right: auto;
	margin-left: auto;
	border-width: 0px;
	border-style: solid;
}
#FooterLeft {
	float: left;
	height: 200px;
	width: 240px;
	border-width: 0px;
	border-style: solid;
}
#FooterRight {
	float: right;
	width: 960px;
	border-width: 0px;
	border-style: solid;
	height: 200px;
}
.small_th {
	font-size: 70px;
}