<style type="text/css">
h1, h2, h3, h4, h5, {    
	font-family:verdana;
	font-size:.9em;
	color:#3b3b3b;
	}

body,td {
	font-family: verdana, arial, sans-serif;
	color: #333333;
	font-size: .8em;
	
}

th {
	font-family: verdana, arial, sans-serif;
	color: #00529F;
	font-size: .9em;
	font-weight: bold;
}
body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
table {

width:90%;
border-collapse:collapse;
background-color:#D2DEEE;
margin: 10px 10px 10px 10px;
border-color:#00529f;
}

#Content {
	width:90%;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	background-color:#fff;
	}

</style>