.taxbtn {
	font-size: 11px;
	display: block;
	width: 90%;
	background-color: #CCCCFF;
	padding-top: 3px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
	border-top: 2px solid #F2FFE8;
	border-right: 2px solid #6666FF;
	border-bottom: 2px solid #000099;
	border-left: 2px solid #3366FF;
}
.taxsub {
	font-size: 11px;
	display: block;
	width: 90%;
	background-color: #BCD7B3;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 10px;
		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: #CCCCFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #6666FF;
	display: block;
	
	padding-right: 7px;

	padding-left: 3px;
}

.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: 7px;
	padding-bottom: 3px;
	padding-left: 3px;
}

