body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #7987AE;
}
.header_div {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
	margin: 10px;
	position: relative;
	left: 25px;
	top: 15px;
	right: 25px;
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	color: #1C285A;
	background-position: center center;
	text-align: center;
}

.main_div {
	position:absolute;
	width:1000px;
	left:50%;
	margin-left:-500px;
	z-index: 2;
}
.body_div {
	position: relative;
	left: 25px;
	top: 50px;
	margin: 0px;
	right: 25px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1B337B;
	height: 500px;
}
.content_div {
	position: absolute;
	left: 446px;
	z-index: 0;
	height: 433px;
	top: -40px;
	width: 467px;
	padding: 20px;
	margin: 10px;
	border: none;
	background-color: #FFFFFF;
	overflow: auto;
}
.smaller {
	font-size: 10px;
}
.required {
	color: #AD182B;
	font-size: 12px;
}
.image_div {
	position: absolute;
	left: 0px;
	width: 428px;
	overflow: hidden;
	float: left;
	top: 0px;
	height: 410px;
}
.bold {
	font-weight: bold;
}
.fx {
	font-weight: bold;
	color: #298F85;
}
.table_font {
	font-size: 12px;
}

