@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background: #6b8c63;
}
.main {
	position: relative;
	margin: 0px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	text-indent: 20px;
	white-space: normal;
	padding-top: 0px;
	padding-left: 200px;
}
.table {
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 0px;
	text-indent: 0px;
}
.table_signature {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
}
.Buttons {
	position: absolute;
	top: 200px;
	left: 25px;
}
a img {
	border-style: none;
}
.fimstrip {
	padding: 10px 150px;
}
.image_left {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
}
.image_right {
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.image {
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 10px;
}
.caption {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	color: #FFF;
	text-align:center;
}
.blue_text {
	color: #311677;
	font-weight: bold;
}
.black_text {
	color: #000;
}