/* CSS Document */
.body2 
{
		FONT-FAMILY: "arial", sans-serif;
		font-weight: normal;
		FONT-SIZE: 12px;
		color: Black;
}
H1 
{
		FONT-FAMILY: "arial", sans-serif;
		font-weight: bold;
		FONT-SIZE: 12px;
		color: #325ca4;
}


.link { font: 12px arial,sans-serif;  color: #000033; text-decoration: underline; }
.link:hover { color: #CC0000; }

.body12pt { font: bold 12px arial,sans-serif;  color: #000033; }
.bodysm { font: 9px arial,sans-serif;  color: #000066; }

.DataGrid
{
	color: white;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: bold;
	FONT-SIZE: 14px;
	background-color: white;
	border-top: 1px solid gray;
	border-right: 1px gray;
	border-bottom: 1px none #A1D6FC;
	border-left: 1px gray;
	padding: 2;
	margin: 0;
	width: 760;
}

.gridTitle
{
	color: white ;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: bold;
	FONT-SIZE: 14px;
	background-color: #1b793a;
	border-top: 0px solid Gray;
	border-right: 0px none Gray;
	border-bottom: 0px none Gray;
	border-left: 0px solid Gray;
	padding: 2;
	margin: 0;
}

.gridTH
{
	color:  #1d7a3a;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: bold;
	FONT-SIZE: 14px;
	background-color:  #F8F5E7;
	border-top: 1px solid #EAEFF7;
	border-right: 1px solid #EAEFF7;
	border-bottom: 1px none #EAEFF7;
	border-left: 1px solid #EAEFF7;
	padding: 2;
	margin: 0;
	text-transform: uppercase;
}

.gridTD 
{
	color: #000066;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	background-color: white;
	border-top: 1px solid #EAEFF7;
	border-right: 1px solid #EAEFF7;
	border-bottom: 1px none #EAEFF7;
	border-left: 1px solid #EAEFF7;
	padding: 2;
	margin: 0;
}

.SubHeaderTR { font: bold 12px arial,sans-serif; color: #325ca4; background-color: #1d7a3a;
}
.SubInsuranceBenefitsTR{ font: bold 12px arial,sans-serif; color: #CE222E;
}
.td_border 
{
	border-top: 1px solid #EAEFF7;
	border-right: 1px solid #EAEFF7;
	border-bottom: 1px none #EAEFF7;
	border-left: 1px solid #EAEFF7;
	background-color:#F8F5E7;
	padding: 2;
	margin: 0;
	text-transform:uppercase;
	
	
		}

.tr_off {
	background-color: #F8F5E7;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #000000;
	}

.tr_off a {
	background-color:  #F8F5E7;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #325ca4;
	}

.tr_off a:visited {
	background-color:  #F8F5E7;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #325ca4;
}

.tr_on {
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #325ca4;
	}

.tr_on a {
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #325ca4;
	}

.tr_on a:visited {
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #325ca4;
	}

.tr_on a:hover {
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #CE222E;
	}



.tr_down 
{
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: ##325ca4;
	}

.tr_down a {
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #325ca4;
	}

.tr_down a:visited {
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #325ca4;
	}

.tr_down a:hover {
	background-color: #F4F4F4;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: normal;
	FONT-SIZE: 12px;
	color: #CE222E;
	}

/*
.tr_off {	background-color: D6EEFF;}
.tr_on {	background-color: B7DFFC;}
.tr_down {	background-color: D6EEFF;}
*/

.content {
	background-color: White;
	font: 12px arial, sans-serif;  
	color: #000066; 
}

.textbox {
	font: 12px arial, sans-serif;  
	color: #000066; 
}

.button {
	color: black;
	FONT-FAMILY: "arial", sans-serif;
	font-weight: bold;
	FONT-SIZE: 14px;
	background-color: #A1D6FC;
	border-style: none;
}
.gray {
	font-size: 12px;
	color: #999999;
}
.body2 a {
color:#325ca4
}
body2 a:visited {
color:#325ca4
}
body2 a:hover {
color:#CE222E
}