.normal
        {
	list-style: none;
	float: left;
	height:23px;
	width: 76px;
	cursor :pointer;
	border-collapse :separate;
	text-align: center;
	background-image: url(../images/tab_4.png);
	padding-right: 3px;
	padding-left: 3px;
	background-repeat: no-repeat;
	line-height: 23px;
        }
.selected
        {
	list-style: none;
	float: left;
	width: 76px;
	text-align :center;
	vertical-align :middle;
	cursor :pointer;
	border-bottom :solid 0px #9cd9f5;
	border-right :solid 1px #9cd9f5;
	background-image: url(../images/tab_bg_4t_1.jpg);
	padding-right: 3px;
	padding-left: 3px;
	background-repeat: no-repeat;
	font-weight: bold;
	height: 23px;
	line-height: 23px;
	font-size: 14px;
        }
        
#divMainTab
        {
	height: 23px;
	width: 100%;
        }
        
.divContent
        {
	width: 397px;
	height: 165px;
	clear: both;
	border-bottom: solid 1px #AACBEE;
	border-left: solid 1px #AACBEE;
	border-right: solid 1px #AACBEE;
        }
