.ImageBG{
	background-image: url(../images/ImageBG_46.png);
	background-repeat: repeat;
	height: auto;
	margin-left: -4px;
	width: 400px;
}
.tabH{
	font-size: 11px;
	font-weight: bold;
	color: white;
	background-image: url(../images/ActiveTab.png);
	height: 30px;
	width: auto;
	padding: 0px 10px 0px 10px;
	margin-left: 2px;
}
.tabH a{
	color: white;
	text-decoration: none;	
}
.tabD{
	font-size: 11px;
	color: #035048;
	background-image: url(../images/TabNoSelect.png);
	padding: 0px 10px 0px 10px;
	margin-left: 2px;
	height: 30px;	
	width: auto;
}
.tabD a{
	color: #035048;
	text-decoration: none;	
}
