html, body {
	margin:0;
	padding:0;
	height:100%;
}

.top {
	background-image: url(/images/body-back.gif);
	background-repeat: repeat-x;
	height:75%;
}

.footer-back {
	background-image: url(/images/footer-back.gif);
	background-repeat: repeat-x;
	background-color: #008abf;
	height:10%;
}

.header-back {
	background-image: url(/images/header-back.gif);
	background-repeat:no-repeat;
}

#container {
	position: relative;
	left: auto;
	top: 0px;
	right: auto;
	bottom: 0px;
	width: 972px;
	height:0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #b10e0f;
	text-align: left;
	display: inline;
	line-height: 20px;
}

.body-text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #555555;
	text-align: justify;
	padding-left:10px;
	padding-right:10px;
}

.body-text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 17px;
	color: #555555;
	text-align: justify;
}

#line {
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: #ff6400;
}

.benefits-toc{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 20px;
	font-weight: bold;
}

.requiredField{	
	color:#CC0000;
	font-weight: bold;
}

.body-text-indent{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-style: normal;
	line-height: 16px;
	font-weight: normal;
	margin-left: 15px;
	margin-top: -15px;
	margin-bottom: 5px;
}

a.benefits-menu:hover {
	color: #959595;
}

a.body-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #b10e0f;
	text-decoration: none;
}
a.body-link:hover {
	color: #000000;
}

.reference{
	font-style: normal;
	vertical-align: super;
	font-size: 9px;
	line-height: 12px;
}

.fine-print {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #506370;
	text-align: justify;
	font-style: oblique;
}