div
{
  font-size:12px;
  color:#66CCFF;
}

.DivTitle{  /*一般情况下的标题样式*/
	float:left;
	width:120px;
	height:29px;
	color:#000000;
	font-weight: bold;
	background-image:url('images/index_1_21.jpg');
	border: 0px solid #000000;
}



.DivTitleSelect {  /*选中后的标题样式*/
	color:#000000;
	font-weight: bold;
	background-image:url('images/index_1_21.jpg');
	width:120px;
	border: 6px solid #ffffff;


	border-style: none;
	border-color: inherit;
	border-width: 0px;
	list-style-image:none;
		list-style-position:outside;
		list-style-type:none;
		display:inline;

		background-repeat:repeat-x;
		height:29px;
		line-height:29px;
		width:120px;
		margin:2px 0px 0px 2px;
		padding:0px;

		font-weight:bold;
		text-align:center;
		float:left;
		clear:none;
		cursor:pointer;


}




.DivBody{ /*下面的框的样式*/
 border: 0px solid #66CCFF;
 width:746px;
 height:800px;
 float:left;

}



