<style type="text/css">
.test {
}
body {
background-color: #DDE7EF;
color: black;
text-align: center;
margin: 0px;
}
#wrapperpl {
width: 630px;
padding: 10px;
margin: 0px auto 0px auto;
height: auto;
text-align: left;
background-color: #FFFFFF;
	border-left: thin dashed #2FA7E6;
	border-top: thin dashed #00929A;
}
div#header {
	left: 0px;
	top: 0px;
	background-color: #000090;
	color: white;
	height: 30px;
}

 #content {
height: auto;
padding : 0px 0px 0px 0px;
font-size : .9em;
  font-family : Arial, Helvetica, sans-serif;
  color : #000000;
} 
div#content h2
{
font-size: 2em;
color: #036;
margin: 0;
padding-top: 0.9em;
font-weight: normal;
}

div#content { line-height: 150%; }

table {
	font-size: .8em;
	font-weight: bold;
	text-align: left;
}
td{
	border-left: thin dashed #E5E5E5;
	border-bottom: thin dashed #E5E5E5;

}
#cleardiv
{
clear: both;
}
div#footer
{
	clear: both;
	background-color: #DDE7EF;
	padding: .5em 1em;
	text-align: center;
	font-size: .6em;
	font-weight: bold;
}
div#footer ul
{
padding: 0;
margin: 0;
list-style-type: none;
}
div#footer li
{
display: inline;
margin-right: 1em;
	font-size: 10px;
	font-weight: bold;
	color: black;
}
</style>