.TabTitle {
	height: 30px;
}
.TabTitle a {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	
}
.TabTitle a:link,.TabTitle a:visited,.TabTitle a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;

}
.TabTitle li {
	float: left;
	list-style-type: none;
}

.normal {
	background-image: url(tab_normal_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	cursor: hand;
	width: 90px;
	height: 22px;
	margin-right: 2px;
	padding-top: 8px;
}
.active {
	background-image: url(tab_active_bg.jpg);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	cursor: hand;
	height: 22px;
	width: 90px;
	margin-right: 2px;
	padding-top: 8px;
}

.TabTitle ul {
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
.TabContent {
	padding: 6px;
}
#art_list {
	margin: 0px;
	padding: 0px;
}
#art_list li {
	line-height: 180%;
	list-style-type: none;
	background-image: url(arr3.gif);
	background-repeat: no-repeat;
	background-position: 2px;
	padding-left: 14px;
}
 #labelconten {
	width: 598px;
	background-color: #D7EDF4;
	border: 1px solid #AECBD4;
	height: 182px;
}