body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #164557;
}
.header {
	height: 150px;
	width: 750px;
}
.header_cell {
	text-align: left;
}
.header_text {
	font-size: 24px;
	color: #FFFFFF;
	padding: 25px;
}
.header_sub {
	font-size: 14px;
	padding: 80px;
	color: #D2EFFD;
}
.table_main {
	width: 750px;
	background-color: #FFFFFF;
	border: 2px solid #A4BED2;
}
.table_bottom {
	width: 750px;
	background-color: #BCCFDE;
	border-right: 2px solid #A4BED2;
	border-bottom: 2px solid #A4BED2;
	border-left: 2px solid #A4BED2;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
	color: #164557;
}
.menu_left {
	padding: 10px;
	background-color: #D5E7EE;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #A4BED2;
	text-align: left;
	vertical-align: top;
}
.menu_right {
	padding: 10px;
	background-color: #D5E7EE;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #A4BED2;
	text-align: left;
	vertical-align: top;
}
.menu_top {
	background-color: #D5E7EE;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #A4BED2;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	text-transform: uppercase;
	padding: 7px;
	color: #99C6D7;
}
.column_right {
	padding: 10px;
	background-color: #F2F8F9;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #E9EFF3;
	text-align: left;
	vertical-align: top;
}
.section_box {
	border: 2px solid #A4BED2;
	font-weight: bold;
	background-color: #BCCFDE;
	padding: 3px;
	margin-bottom: 5px;
}
.menu_text {
	font-size: 9px;
	background-color: #F1F8FA;
	border: 2px solid #CEDCE8;
	padding: 5px;
	margin-top: 5px;
}
.menu_link {
	color: #184558;
	text-decoration: none;
	line-height: 18px;
	padding: 5px;
}
.menu_link:hover {
	color: #000000;
	text-decoration: underline;
	line-height: 18px;
	padding: 5px;
}
.info_text {
	text-align: left;
	vertical-align: top;
	padding: 15px;
	color: #164557;
}
.title {
	font-size: 15px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CAD9E6;
	width: 100%;
	padding-bottom: 5px;
}
