.tabonbg {
	background-color : #FFFFFF;
	border-left : 1px solid #DFDFDF;
	border-right : 1px solid #DFDFDF;
	border-top : 1px solid #DFDFDF;
}
.taboffbg {
	background-color : #F8F5E8;
    border-left : 1px solid #DFDFDF;
	border-right : 1px solid #DFDFDF;
	border-top : 1px solid #DFDFDF;
}
.tabontext {
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tabontext A:LINK, .tabontext A:VISITED, .tabontext A:ACTIVE{
	color : #666666;
	text-decoration : none;
}
.tabofftext {
	font-size : 10px;
	font-weight: bold;
	color : #666666;
	text-align: center;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.tabofftext A:LINK, .tabofftext A:VISITED, .tabofftext A:ACTIVE{
	color : #666666;
	text-decoration : none;
}
.tabborder {
	background-color : #dfdfdf;
}
.tabcontentbg {
	background-color : #FFFFFF;
}
.tabcontenttext {
	font-size : 11px;
	color : #666666;
	padding-left: 15px;
	padding-right: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
}