@charset "UTF-8";
/* CSS Document */
html,body {
	margin: 0;
	padding: 0;
	vertical-align: top;
	background-color: #6488C6;
}
#pagecontainer_div {
	text-align: center;
	vertical-align: top;
}
#pagecontainer_table {
	width: 800px; 
	background: #FFFFFF;  
	border: 1px solid #000000; 
	margin: 0 auto; 
	text-align: left;
	vertical-align: top;
}
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	line-height: 15pt;
	font-weight: normal;
}
.headline {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-style: normal;
	line-height: 19pt;
	font-weight: bold;
	color: #000000;
}
.form {
	color: #000000;
	background-color: #F4ECCE;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
}
.headline2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	color: #000000;
}
.bodycopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color: #000000;
}
.bodycopyWHITE {
	font-family: "Times New Roman", Times, serif;
	font-size: 11pt;
	font-style: normal;
	line-height: 14pt;
	font-weight: normal;
	color: #FFFFFF;
}
.REPcopy {
	font-family: "Times New Roman", Times, serif;
	font-size: 12.5pt;
	font-style: normal;
	line-height: 15pt;
	font-weight: bold;
	color: #FFFFFF;
}
.title {
	font-family: "Times New Roman", Times, serif;
	font-size: 13pt;
	font-style: normal;
	line-height: 16pt;
	font-weight: bold;
	color: #1b3f95;
}
.border {
	border: thin solid #000000;
}
.purl {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22pt;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	color: #1b3f95;
}
.purl:hover {
	text-decoration: underline;
}
.logofloat {
	background-image: url(images/final_logo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}