.tabActive {
	width: 240px;
	height: 20px;
	background-color: #FFFF99;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bolder;
	color: #009900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	background-position: center;
	text-align: center;
}
.tabInactive {
	width: 240px;
	height: 20px;
	background-color: #CCCC99;
	font-family: "Courier New", Courier, mono;
	font-size: 16px;
	font-weight: bolder;
	color: #009900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	text-align: center;
	background-position: center;
}