@charset "UTF-8";
body {
	background-image: url(eagle-logo1.gif);
	background-repeat: no-repeat;
	background-position: center top;
}
table {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	padding-top: 50px;
}
.center {
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}
.header {
	font-family: Verdana, Geneva, sans-serif;
	color: #FFF;
	background-color: #000099;
	text-align: right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.content {
	font color: #000;
	text-align: justify;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	background-color: #FFF;
	width: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	white-space: normal;
	display: inline-block;
	margin: auto;
	padding: 10px;
}
.footer {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif
	color:#E1E0CE;
	text-align: center;
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}	