h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	color: #093C56;
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 120%;
}
h2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
	margin: 4px 0px 0px;
	padding: 0px;
	vertical-align: bottom;
	color: #553736;
	font-weight: normal;
}
h3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	line-height: 120%;
	margin: 4px 0px 0px;
	padding: 0px;
	vertical-align: bottom;
	color: #553736;
	font-weight: normal;
}
.small_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
	line-height: 140%;
}
.image_aligned_left {
	display: block;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;
	float: left;
}
.image_aligned_right {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;
	float: right;
}
table.table_with_outline {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #98A4E1;
	border-right-color: #98A4E1;
	border-bottom-color: #98A4E1;
	border-left-color: #98A4E1;
	padding-right: 0px;
	padding-bottom: 0px;
}
table.table_with_outline td {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #98A4E1;
	border-right-color: #98A4E1;
	border-bottom-color: #98A4E1;
	border-left-color: #98A4E1;
}
table.table_gray_left {
	padding-right: 0px;
	padding-bottom: 0px;
	margin-right: 17px;
	margin-bottom: 5px;
	float: left;
	border: 0px none #98A4E1;
}
table.table_gray_right {
	padding-bottom: 0px;
	margin-bottom: 5px;
	float: right;
	border: 0px none #98A4E1;
	margin-left: 17px;
	padding-left: 0px;
}
table.table_gray_margin_both {
	padding-bottom: 0px;
	margin-bottom: 5px;
	border: 0px none #98A4E1;
	margin-left: 17px;
	padding-left: 0px;
	margin-right: 17px;
	padding-right: 0px;
}
h4 {
	font-size: 12px;
	color: #5089b2;
	line-height: 140%;
	font-weight: bold;
}
.text_align_right {
	text-align: right;
}
.big_blue_inline_text {
	font-size: 13px;
	color: #5089b2;
	line-height: 140%;
}
.orange_text {
	color: #fb7732;
}.container {
	height: 500px;
	width: 100%;
}
.container_inside {
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
}

