/* ================== AARP STYLES================== */
table.grid {
	width: 100%;
	border-collapse: collapse;
}
table.grid td{padding-bottom:0px;}
/* ================== CHART STYLES ================== */
table.grid td.chartHeader_L,
table.grid td.chartHeader_C,
table.grid td.chartHeader_R,
table.grid td.chartHeader3_L,
table.grid td.chartHeader3_C,
table.grid td.chartHeader3_R {
	padding: 3px;
	font-weight: bold;
	border: 1px solid #0F238C;
}
table.grid td.chartHeader_L,
table.grid td.chartHeader_C,
table.grid td.chartHeader_R {
	background-color: #39c;
	color: #fff;
}
table.grid td.chartHeader3_L,
table.grid td.chartHeader3_C,
table.grid td.chartHeader3_R {
	background-color: #d0dffd;
	font-style: italic;
}
table.grid td.chartHeader_L,
table.grid td.chartHeader3_L {
	text-align: left;
}
table.grid td.chartHeader_C,
table.grid td.chartHeader3_C {
	text-align: center;
}
table.grid td.chartHeader_R,
table.grid td.chartHeader3_R {
	text-align: right;
}
table.grid td.chartHeader_Month,
table.grid td.chartHeader_Total,
table.grid td.chartHeader_YourCost,
table.grid td.chartHeader_DrugCost {
	padding: 3px;
	font-weight: bold;
	border: 1px solid #0F238C;
	text-align: center;
	background-color: #d0dffd;
	font-style: italic;
	border-top: 2px solid #0F238C;
	border-bottom: 2px solid #0F238C;
}
table.grid td.chartHeader_Month {
	text-align: center;
	font-style: normal;
}
table.grid td.chartHeader_Total {
	text-align: right;
}
table.grid td.chartHeader_YourCost {
	text-align: center;
}
table.grid td.chartHeader_DrugCost {
	text-align: center;
}
table.grid td.chartHeader_Month2,
table.grid td.chartHeader_Total2,
table.grid td.chartHeader_YourCost2,
table.grid td.chartHeader_DrugCost2 {
	padding: 3px;
	border: 1px solid #0F238C;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background-color: #e4e4e4;
	border-bottom: 2px solid #0F238C;
}
table.grid td.chartHeader_Month2 {
	font-weight: bold;
	background-color: #d0dffd;
	text-align: center;
	font-style: normal;
}
table.grid td.chartHeader_Total2 {
	text-align: right;
}
table.grid td.chartHeader_YourCost2 {
	text-align: center;
}
table.grid td.chartHeader_DrugCost2 {
	text-align: center;
}
table.grid td.chartHeader_FullYearDetails {
	padding: 3px;
	font-weight: bold;
	border: 1px solid #0F238C;
	text-align: center;
	background-color: #d0dffd;
}
table.grid .chartAxis_T {
	height: 25px;
	border-top: 1px solid #FFFFFF;
	padding-right: 3px;
}
table.grid .chartAxis_M {
	height: 25px;
	border-top: 1px solid #0F238C;
	padding-right: 3px;
}
table.grid .chartAxis_B {
	height: 25px;
	border-top: 1px solid #0F238C;
	padding-right: 3px;
}
table.grid .chartCell {
	vertical-align: bottom;
	border-left: 1px solid #0F238C;
	border-right: 1px solid #0F238C;
}
table.grid #chartCellLast.chartCell {
	border-right: 1px solid #0F238C;
}
table.grid .chartCell_Axis {
	text-align: right;
	border-left: 1px solid #0F238C;
	border-right: 1px solid #0F238C;
}
table.grid .chartBar {
	width: 20px;
	font-size: 0px;
	border-top: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
	background-color: #999999;
	margin-left: 5px;
	margin-right: 5px;
}
/* ================== "WHAT I'LL PAY" STYLES ================== */
table.grid .chartGridTitle {
	padding: 3px;
	background-color: #0F238C;
	border: 1px solid #0F238C;
	color: #FFFFFF;
	font-weight: normal;
	font-size: 18px;
}
table.grid .chartGridHeader_L {
	padding: 3px;
	border: 1px solid #0F238C;
	font-weight: bold;
	background-color: #d0dffd;
	text-align: left;
}
table.grid .chartGridHeader2_L {
	padding: 3px;
	border: 1px solid #0F238C;
	font-weight: bold;
	background-color: #EFEFEF;
	text-align: left;
}
table.grid .chartGridCell_L {
	padding: 3px;
	border: 1px solid #0F238C;
	vertical-align: top;
}
table.grid .chartGridCellAlt_L {
	padding: 3px;
	border-left: 1px solid #0F238C;
}
table.grid .chartGridCellAlt_R {
	padding: 3px;
	border-right: 1px solid #0F238C;
	text-align: right;
}
table.grid .chartGridCellAlt2_L {
	padding: 3px;
	border-left: 1px solid #0F238C;
	background-color: #EFEFEF;
}
table.grid .chartGridCellAlt2_R {
	padding: 3px;
	border-right: 1px solid #0F238C;
	text-align: right;
	background-color: #EFEFEF;
}
table.grid .chartGridCell_Bottom {
	border-bottom: 1px solid #0F238C;
}
table.grid .chartStrong {
	font-weight: bold;
	color: #0F238C;
}
h2{font-size:14px;font-weight:bold;margin:12px 0px 0px 0px;padding:0px;}