body {
	background-color: #ffffff;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
	font-family: Arial, Helvetica, sans-serif;
	color: #003C7D;
}

#right {
	width: 579px;
	vertical-align: top;
	background-image: url(images/back_right.gif);
	background-repeat: no-repeat;
}
#bottom {
	background-color: #004DA1;
	height: 22px;
	color: #FFFFFF;
	font-size: 70%;
}
a:link {
	color: #ED1C2E;
	text-decoration: underline;
}
a:visited {
	color: #ED1C2E;
	text-decoration: underline;
}
a:hover {
	color: #003C7D;
	text-decoration: none;
}
a:active {
	color: #003C7D;
	text-decoration: none;
}

h1 {
	font-size: 160%;
}
.maintext {
	font-size: 80%;
	width: 543px;
	vertical-align: top;
	text-align: left;
	padding: 0px 16px 16px;
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.pagenumtable {
	width: 547px;
}

td.formfield {
width: 100px;
background-color:#EEEEEE;
font-weight:bold; 
}