@charset "utf-8";
body {
	background-color: #333;
	text-align: center;
}
#header {
	position:relative;
	width:750px;
	height:110px;
	z-index:1;
	left: 0px;
	top: 0px;
}
#menu_bar {
	position:relative;
	width:750px;
	height:32px;
	z-index:100;
}
#footer {
	position:relative;
	width:750px;
	height:85px;
	z-index:6;
	padding-top: 50px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #333;
	text-align: center;
}
#footer_privacy_policy_link {
	color: #CCC;
	text-decoration: none;
}

.copyright_text {
	color: #CCC;
}
p {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.text_footnote {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
.text_downloads {
	padding-bottom: 10px;
}
