.TopGroup
{
	margin: 0px;
	z-index: 99;
	position: relative;
}

.DefaultTab
{
	color: #ffffff;
	background-image: url(../images/compArt/TabGray_bg.gif);
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	cursor: pointer;
}
.DefaultTab2
{
	color: #ffffff;
	background-image: url(../images/compArt/TabGray_bg2.gif);
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	cursor: pointer;
}

.SelectedTab
{
	color: #ffffff;
	background-image: url(../images/compArt/TabGreen_bg.gif);
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	cursor: default;
}
.SelectedTab2
{
	color: #ffffff;
	background-image: url(../images/compArt/TabGreen_bg2.gif);
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	line-height: 10px;
	text-decoration: none;
	cursor: default;
}