.Tab_Default
{
	border: solid black 1px;
	border-bottom: solid black 2px;
	text-align: center;
	vertical-align: middle;
	background-color: #E3D9C7;
	cursor: hand;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	white-space: nowrap;
	
}

.Tab_Selected
{
	border: solid black 2px;
	border-bottom: none;
	text-align: center;
	vertical-align: middle;
	background-color: #C9B99D;
	cursor: hand;
	font-family: Tahoma;
	font-size: 9pt;
	font-weight: bold;
	white-space: nowrap;
}

.Tab_Spacer
{
	border: none;
	border-bottom: solid black 2px;
	background-color: white;
}




