@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	background-color: #000000;
}
#header {
	height: 145px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	background-color: #FFFFFF;
	height: 100%;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: auto;
}
#footer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	height: 50px;
}
#iframe {
	height: 100%;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
.Main_Text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bolder;
	color: #000000;
}
.image_center {
	margin-right: auto;
	margin-left: auto;
}

a.white_link:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.white_link:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.white_link:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.white_link:active {
	text-decoration: none;
	color: #FFFFFF;
	}

