/* HOME PAGE STYLES */
	
.homeWelcome {
	padding : 3px 10px 3px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : white;
	background-color : #3f9263;
	font-size : 9pt;
}


.homeHealthWellness {
	padding : 3px 0px 3px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : bold;
	color : white;
	background-color : #E2A66C;
	font-size : 9pt;
	width : 152px;
	text-align : center;
}

.homeHealthWellnessText {
	margin : 10px 5px 10px 10px;
	font-family : Arial, Helvetica, sans-serif;
	font-weight : normal;
	color : #326698;
	font-size : 8pt;
}

.homeHealthWellnessText a {
	color : #D78C44;
	text-decoration : none;
}

.homeHealthWellnessText a:hover {
	color : #D78C44;
	text-decoration : none;
}

.homePlanButtons {
	margin : 0px 0px 3px 0px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : bold;
	color : #ffffff;
	cursor : pointer;
	text-align : center;
	background-color : #28509C;
	width : 100px;
}

.homePlanArrow {
	background-color : #ffffff;
	text-align : center;
}

.homePlanText, .homePlanText a, .homePlanText a:hover {
	padding : 3px 5px 3px 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight : normal;
	color : #433E3F;
	background-color : #E7F7E2;
	cursor : pointer;
	text-align : center;
	text-decoration : underline;
	line-height : 18px;
}

.homeNewsTitle {
	padding : 10px 0px 10px 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12pt;
	font-weight : bold;
	color : #433E3F;
}

.homeNews {
	padding : 0px 0px 10px 15px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9pt;
	font-weight : normal;
	color : #6e86bf;
}

.homeNews a, .homeNews a:hover {
	color : #e58538;
	text-decoration : none;
}

#homeDate {
	color : #9b9899;
}

.homeNewsDivider {
	border-top : 1px solid #edeff0;
	margin-bottom : 10px;
}

/* END HOME PAGE STYLES */
