.taxbtn {
	font-size: 11px;
	display: block;
	width: 95%;
	background-color: #DBEFD6;
	padding-top: 3px;
	padding-right: 4px;
	padding-bottom: 3px;
	padding-left: 2px;
		border: 2px solid;
	border-top-color: #F2FFE8;
	border-bottom-color: #336666;
	border-right-color: #AFE4CA;
	border-left-color: #669966;
}
.taxsub {
	font-size: 11px;
	display: block;
	width: 100%;
	background-color: #BCD7B3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
		border: 2px solid;
	border-top-color: #F2FFE8;
	border-bottom-color: #336666;
	border-right-color: #AFE4CA;
	border-left-color: #669966;
}

.taxbtn a:link {
	color: #002F17;
	text-decoration: none;
}
.taxbtn a:visited {
	color: #002F17;
	text-decoration: none;
}
.taxbtn a:hover {
	color: #C8E84A;
	text-decoration: none;
	
	background-color: #006600;
	display: block;
	padding-top: 0px;
	padding-right: 2px;
	padding-bottom: 0px;
	padding-left: 2px;
}

.taxsub a:link {
	color: #002F17;
	text-decoration: none;
	font-weight: bold;
}
.taxsub a:visited {
	color: #002F17;
	text-decoration: none;
	font-weight: bold;
}

.taxsub a:hover {
	color: #8FD3C0;
	text-decoration: none;
	font-weight: bold;
	background-color: #001A40;
	display: block;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.l2title {
	color: #66CC99;
	margin-left: 10px;
}.bullet_list {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 0px;
}
.blurb {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #000000;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

