
body {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #003300;
	font-size: 9pt;
	font-weight: normal;
	color: #000000;
	
}


.container{
	border-style: solid;
	border-color: #000000;
	width:800px;
	height:100%;
	border-width:0px;
	text-align: left;
	margin-left:auto;
	margin-right:auto;
}
.content{
	position:relative;
	border-style: solid;
	border-color: #0000a0;
	width:800px;
	height:90%;
	border-width:0px;
	padding:0px;
	background-color:#ffffff;
}

.center_align{
padding-left:15px;
}
.topcontainer{
	position:relative;
	border-style: solid;
	border-color: #0000a0;
	width:800px;
	height:10%;
	border-width:0px;
	padding:0px;
	background-color: #ffffff;
}
.midcontainer{
	position:relative;
	border-style: solid;
	border-color: #0000a0;
	width:800px;
	height:70%;
	border-width:0px;
	padding:0px;
	background-color: #ffffff;
}
.midcontainer td  {
	text-align:center;
	font-size: 9pt;
}



.footer {
	position:relative;
	border-style: solid;
	border-color: #000000;
	width:800px;
	height:36px;
	font-size: 7pt;
	color: #FFFFFF;
	border-width:0px;
	text-align: right;
	background-image: url('../graphics/footer_bg.gif');
}
