.seltab {
	border-right: 2px threedhighlight outset;	 
	border-top: 2px threedhighlight outset;	 
	border-left: 2px threedhighlight outset;
	
	FONT-WEIGHT: bold; 
	BACKGROUND-color: #eff7ff; 
	CURSOR: hand; PADDING-TOP: 3px; 
	TEXT-DECORATION: none;
	text-align:center;
}

.tab {
	FONT-WEIGHT: normal; 
	BACKGROUND: #bbddff; 
	CURSOR: hand; PADDING-TOP: 3px;
	 
	border-right: 2px threedhighlight outset;	 
	border-bottom: 2px threedhighlight inset;	 
	border-top: 2px threedhighlight outset;	 
	border-left: 2px threedhighlight outset;
	TEXT-DECORATION: none;
	text-align:center;
}
.tabSpacer {
	border-bottom: 2px threedhighlight inset;	 
}
.tabContent{
	display:none;	
	OVERFLOW: auto; 
	padding:2pt;
	border: 2px threedhighlight inset;	 
	BACKGROUND: #ffffff;

}
.cell{
	border-bottom: 2px threedhighlight outset;	 
	border-left: 2px threedhighlight outset;	 
	border-right: 2px threedhighlight outset;	
	BACKGROUND: #eff7ff; 
	padding:2pt;
	OVERFLOW: auto; 
}

