.pagetitle {
	font-size: 24px;
	font-weight: bold;
	margin-left: 10px;
	color: #333333;
}
.bodytitle {
	font-size: 18px;
	font-weight: bold;
	color: #000033;
}
body {
	margin: 0px;
	background-image: url(../images/layout/pagebk.gif);
}
.bodytext {
	background-image: url(../images/layoutv51/b3_bodytopbk.jpg);
	background-repeat: no-repeat;
	background-position: top;
	font-weight: bold;
	color: #003366;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
a:link, a:active, a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
a:hover {
	color: #723E7C;
	text-decoration: none;
	}


a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #000066;
	font-size: 18px;
	text-decoration: none;
	padding-left: 5px;
}
a.navLink:hover {
	color: black;
	font-size: 18px;
	text-decoration: none;
	padding-left: 5px;
}
a.navLink:link, a.navLink:active, a.navLink:visited {
	color: #000066;
	font-size: 18px;
	text-decoration: none;
	padding-left: 5px;
}
a.bluecrossnavLink:hover {
	color: #0000CC;
	text-decoration: none;
}
a.bluecrossnavLink:link, a.bluecrossnavLink:active, a.bluecrossnavLink:visited {
	color: #0000CC;
	text-decoration: none;
}
a.subnavLink:link, a.subnavLink:active, a.subnavLink:visited {
	color: #FFFFCC;
	font-size: 13px;
	text-decoration: none;
	padding-left: 7px;
}
a.subnavLink:hover {
	color: #723E7C;
	font-size: 13px;
	text-decoration: none;
	padding-left: 7px;
}
.redstar {
	color: #900;
}
.smallnote {
	font-size: 10px;
	font-weight: normal;
}
.bluecrosstext {

	color: #0000CC;
	text-decoration: none;
}
.error {
	color: #900;

}


/*Form Styles*/
#criticalIllnessForm,#finalExpenseForm,#longtermCareForm {
	float:left;
	clear:left;
	width:460px;
}
	#criticalIllnessForm p,#finalExpenseForm p,#longtermCareForm p {
		float:left;
		clear:both;
		margin:10px 0;
	}
	#criticalIllnessForm h3,#finalExpenseForm h3,#longtermCareForm h3 {
		float:left;
		clear:both;
		margin:20px 0 10px 0;
		color:#003;
	}
	#criticalIllnessForm .error,#finalExpenseForm .error,#longtermCareForm .error {
		color:#900;
	}
	#criticalIllnessForm ul,#finalExpenseForm ul,#longtermCareForm ul {
		float:left;
		clear:both;
		margin:5px 0 5px 15px;
		list-style:none;
	}
	#criticalIllnessForm label,#finalExpenseForm label,#longtermCareForm label {
		float:left;
		clear:both;
		margin:3px 0;
	}
		#criticalIllnessForm label span,#finalExpenseForm label span,#longtermCareForm label span {
			float:left;
			clear:left;
			padding:2px 3px 0 0;
			width:180px;
			text-align:right;
		}
		#criticalIllnessForm label input,#finalExpenseForm label input,#longtermCareForm label input {
			float:left;
			clear:right;
			width:165px;
		}
		#criticalIllnessForm label input[type="checkbox"],#finalExpenseForm label input[type="checkbox"],#longtermCareForm label input[type="checkbox"] {
			float:left;
			clear:right;
			width:auto;
		}
		#criticalIllnessForm label input.needsinfo,#finalExpenseForm label input.needsinfo,#longtermCareForm label input.needsinfo {
			float:left;
			clear:right;
			width:40px;
		}
		#criticalIllnessForm label textarea,#finalExpenseForm label textarea,#longtermCareForm label textarea {
			float:left;
			clear:right;
			width:260px;
			height:130px;
		}
		#criticalIllnessForm input.submit,#finalExpenseForm input.submit,#longtermCareForm input.submit {
			float:left;
			clear:right;
			margin-top:2px;
			width:auto;
		}
