.tab_hover {
	background-color:#009900;
	color:#FFFFFF;
	width:137px;
	height:20px;
	border:0px;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
}
.tab {
	background-color:#BFE3BD;
	color:#666666;
	width:137px;
	height:20px;
	border:0px;
	text-align:center;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	-moz-border-radius-topleft:2px;
	-moz-border-radius-topright:2px;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
}
.spacer {
	background-color:#FFFFFF;
	color:#FFFFFF;
}
.tabContent {
	background-color:#FFFFFF;
	margin: 0px;
	padding: 5px;
	border-top: 4px solid #009900;
	border-right: 1px solid #009900;
	border-left: 1px solid #009900;
	border-bottom: 1px solid #009900;
	font-family:arial;
	font-size:11pt;
}
#content {
	background-color:#FFFFFF;
	width: 770px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	padding: 5px;
}