
.divArea
{
	margin: 0 auto;
	width: 293px;
	background: url( "/images/bg.gif" );
}
.divArea .Col1
{
	float: left;
	width: 293px;
}
.naTab
{
	clear: both;
	border-bottom: 1px #CCCCCC solid;
	overflow:hidden;
	height:233px;
}
.naTab .TabTitle
{
	height: 22px;
	clear: both;
	overflow: hidden;
}
.naTab .TabTitle ul
{
	margin: 0;
	padding: 0;
	text-align: center;
}
.naTab .TabTitle li
{
	list-style-type: none;
	padding: 6px 0 2px;
	cursor: pointer;
	text-align: center;
}
.naTab .TabTitle .active
{
	float: left;
	width: 97px;
	background: url( "/images/bg5_6_1.gif" );
}
.naTab .TabTitle .normal
{
	float: left;
	width: 98px;
	background: url( "/images/bg5_6_2.gif" );
}
.naTab .TabContent
{
	padding: 10px;
}
