body,div,option,form,select,table {
        font-size: 12px;
        color: #404040;
        line-height: 16px;
        text-decoration: none
}


BODY {
	MARGIN: 0px;
	background-color: #FAFFFB;
} 

/*  

BODY {
	MARGIN: 0px;
	background-image: url(../img/dt_body_01.gif);
	background-repeat: repeat;
} */





/* 背景色 ---------------------------------------------------*/
.bgc_white {
	background-color: #FFFFFF;
}

.bgc_green {
	background-color: #000000;
}

.bgc_green1 {
	background-color: #AFAFAF;
}

.bgc_green2 {
	filter:progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr='#E9FCFF', EndColorStr='#C2F4FD')
}

.bgc_green3 {
	background-color: #CDF1D5;
}

.bgc_green4{
	background-color: #DFF5F5;
}

.bgc_green5{
	background-color: #D8F6F0;
}

.bgc_green6{
	background-color: #72C9B9;
}

.bgc_gray {
;
}

.bgc_gray1 {
	background-color: #ECEBEB;
}

.bgc_gray2 {
	background-color: #AEAEAE;
}

.bgc_gray3 {
	background-color: #F3F3F3;
}

/* 左侧导航行内部分设定 */	

TD.nav1CellOff {
	 COLOR: #000000;
     line-height: 11pt;
	 background-color: #ECEBEB;
	 cursor: hand;
}
TD.nav1CellOn {	
	 COLOR: #FF7200;
     line-height: 11pt;
	 background-color: #d9d9d9;
	 cursor: hand;
}



/* 线条 -----------------------------------------------------*/
.line_01v {
	background-image:  url(../img/dt_02.gif);
	background-repeat: repeat-y;
}

.line_01h {
	background-image:  url(../img/dt_01.gif);
	background-repeat: repeat-x;
}




/* 字体 -----------------------------------------------------*/
.t_zw {
	line-height: 17px;
}

.t_white {
	FONT-SIZE: 12px;
	COLOR: #ffffff;
	TEXT-DECORATION: none
}

.t_red {
	FONT-SIZE: 12px;
	COLOR: #ff0000;
	TEXT-DECORATION: none
}

.t_gray {
	FONT-SIZE: 12px;
	TEXT-DECORATION: none
}

.heading_01 {
	font-family: "新宋体", "宋体", "sans-serif", "serif";
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
}
.heading_02 {
	font-family: "新宋体", "宋体", "sans-serif", "serif";
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	line-height: normal;
	color: #000000;

}




/* 标题字体 -------------------------------------------------*/
.t_tit01 {
	font-family: "宋体";
	font-size: 12px;
	text-decoration: none;
; background-color: #FEEA9A
}

.t_tit02 {
	font-size: 12px;
	text-decoration: none;
; background-color: #FFE8D0; font-family: "宋体"

}

.t_tit03 {
	color: #000000;
    FILTER: Glow(Color=#ffffff, Strength=3);
; background-color: #EEF7D2
}






/* Link ---------------------------------------------------*/
A:link {
        color : #404040;
        text-decoration : none;
        font-size:12px;
}
A:visited {
        color : #404040;
        text-decoration: none;
        font-size:12px;
}
A:hover {
        text-decoration : none;
        color: #FF7200;
        font-size:12px;
}
A:active {
        color : #404040;
        text-decoration : none;
        font-size:12px;
}

A.Link1:link {
        color : #000000;
        text-decoration : none;
        font-size:12px;
}
A.Link1:visited {
        color : #000000;
        text-decoration: none;
        font-size:12px;
}
A.Link1:hover {
        text-decoration : none;
        color: #ffffff;
        font-size:12px;
}
A.Link1:active {
        color : #000000;
        text-decoration : none;
        font-size:12px;
}

A.Link2:link {
        color : #FF7200;
        text-decoration : none;
        font-size:12px;
}
A.Link2:visited {
        color : #FF7200;
        text-decoration: none;
        font-size:12px;
}
A.Link2:hover {
        text-decoration : none;
        color: #000000;
        font-size:12px;
	    background-color: #CCCCCC;
}
A.Link2:active {
	color : #000000;
	text-decoration : none;
	font-size:12px;

}




/* Form -----------------------------------------------------*/
input {
	height: 13pt;
	border: 1px #666666 solid;
	font-size: 9pt; color: #057455;
	text-decoration: none;
	background-color: #F5F5F5
}

textarea {
    font-size: 9pt;
	color: #057455;
	text-decoration: none;
	background-color: #ffffff;
	border: #666666;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px
}

.F_input {
	height: 11pt;
	border: 0px;
	font-size: 9pt;
	color: #3FA392;
	text-decoration: none;
	text-align: center;
}

.F_submit {
    background-color: #FFCC00;
	height: 13pt;
	border: 1px #000000 solid;
	color: #000000;
	text-decoration: none;
	clip:  rect(  10px );
	font-size: 9pt
}

.F_checkbox_radio {
        border: 1px;
	background-color: #CDF1D5
}
