.anTab{
   float: left;
   display: inline;
   margin: 20px 0px 0px 20px; 
   padding:0px;
   width: 745px; 
   height: auto;
}
.anTab .TabTitle{
   clear: both;
   overflow: hidden;
}
.anTab .TabTitle ul{
   float: left;
   margin:0px;
   padding:0px;
   width: 743px;
   height: 26px;
	background-image: url(../image/tb-bg.gif);
	background-repeat: repeat-x;
	border: solid 1px #1A5189;
	border-bottom: none;
}
.anTab .TabTitle li{
   float: left;
   margin: 0px;
   padding: 0px;
   width: 100px;
   cursor: pointer;
   list-style-type: none;
}
.anTab .TabTitle .active{
   display: inline;
   margin: 3px 0px 0px 10px;
   padding: 5px 0px 0px 0px;
   width: 150px;
   height:17px;
   text-align: center;
   font-size: 14px;
	font-weight: bolder;
	background-color: White;
	color: #002277;
	border: solid 1px #cdcdcd;
	border-bottom: none;
}
.anTab .TabTitle .normal{
   display: inline;
   margin: 0px;
   padding: 0px;
   width: 150px;
	text-align: center;
   height:26px;
	line-height:26px;
   font-size: 14px;
	font-weight:  bolder;
	color: White;
}
.anTab .aTabContent{
   float:left;
   width:718px;
   height: auto;
   margin: 0px;
   padding:0px;
}
.none {
   display:none;
}


