body	{
	background-color:#2C5884;
	font-family: helvetica,arial,sans-serif;
	}
div.main{
	margin-left:10%;
	margin-right:10%;
	margin-top:0.8%;
	margin-bottom:0.8%;
	padding-left:3em;
	padding-right:3em;
	padding-top:1em;
	padding-bottom:1.75em;
	display:block;
	border:1px solid #678;
	background-color:#f9fcff;
	}
h1, h2, h3, h4, p
	{
	clear:both;
	font-face: helvetica,arial,sans-serif;
	}
h1
	{
	font-family: helvetica,arial,sans-serif;
	color: '#000088';
	text-decoration: underline;
	margin-top:1em;
	}

h2
	{
	font-family: arial,helvetica,sans-serif;
	color: '#000088';
	text-decoration: underline;
	margin-top:1.1em;
	}

h3
	{
	font-family: arial,helvetica,sans-serif;
	text-decoration: underline;
	margin-top:1.1em;
	}
dt	{
	font-family: arial,helvetica,sans-serif;
	font-weight:bold;
	margin-top:0.75em;
	margin-bottom:0.33em;
	}
li	{
	margin-top:0.2em;
	}
th
	{
/*	border: 1px double #AAAAAA;*/
	text-align: center;
	vertical-align:bottom;
	}
table.data
	{
	text-align: center;
	vertical-align:top;
	border: 1px double black;
	}
td	{
	vertical-align:top;
	}
td.formlegend
	{
	text-align:right;
	font-weight:bold;
	}
td.forminput
	{
	text-align:left;
	}
td.formsubmit
	{
	text-align:center;
	}
textarea, input, select, option, .area
	{
	font-family:arial, helvetica, sans-serif;
	font-size:100%;
	margin:1px;
	}
textarea:focus, input:focus, select:focus, option:focus
	{
	border:2px solid #7f9db9;
	}
hr	{
	clear:both;
	}
img	{
	border:0px;
	}