/* 字体默认设定--------------------------------------------------------------------- */
body,div,option,form,select,table {
/*body,div,form,select,table { --option规定了下拉选择框里的字体颜色-- */
	font-size: 9pt;
	color: #343434;
	line-height: 15pt;
	text-decoration: none
} 

/* 字体设定------------------------------------------------------------------------- */
.heading_01blue {  font-family: "黑体", "Arial", "sans-serif", "serif"; font-size: 15pt; text-decoration: none; font-weight: normal; line-height: 24pt; color: #4351AF}
.heading_01 {  font-family: "黑体", "Arial", "sans-serif", "serif"; font-size: 15pt; text-decoration: none; font-weight: normal; line-height: 24pt; color: #4351AF}
.t_blue {
	color: #004778;
}
.t_orange {
	color: #FF7200;
	line-height: 14px;
}
.t_gray {
	color: #666666;
}
.t_zw {font-size:14px;
	text-align: justify;line-height:20px;
}
.t_zw2 {font-size:14px;
font-family: "Arial"
}
.t_tit01 {font-family: "Arial"
	color: #000000; font-size:12px ;font-weight: bold;
   
}
/* 超连接设定----------------------------------------------------------------------- */
/* 超连接 */
A:link {
        color : #515151;
        text-decoration : none;
}
A:visited {
        color : #777777;
        text-decoration : none;
}
A:hover {
        text-decoration : none;
        color: #FF0000;
}
A:active {
        color : #666666;
        text-decoration : none;
}

* 超连接 */
A.link2:link {
        color : #2C236E;
        text-decoration : none;
	    line-height: 14px;
}
A.link2:visited {
        color : #2C236E;
        text-decoration : none;
	    line-height: 14px;
}
A.link2:hover {
        text-decoration : underline;
        color: #FF0000;
	    line-height: 14px;
}
A.link2:active {
        color : #2C236E;
        text-decoration : none;
	    line-height: 14px;
}

/* 超连接 */
A.link3:link {
        color : #000000;
        text-decoration : none;
}
A.link3:visited {
        color : #000000;
        text-decoration : none;
}
A.link3:hover {
        text-decoration : none;
        color: #FF0000;
}
A.link3:active {
        color : #666666;
        text-decoration : none;
}


/* 背景设定------------------------------------------------------------------------- */

/* 背景色设定 */
.bgc_white {
	background-color: #FFFFFF;
}
.bgc_black {
	background-color: #000000;
}
/* 蓝色 */
.bgc_blue {
	background-color: #84C0FA;
}
/* 原桔黄色，现蓝色 */
.bgc_yellow {
	background-color: #84C0FA;
}
/* 灰色 */
.bgc_gray {
	background-color: #EBF5FF;
}

.bgc_gray2 {
	background-color: #84C0FA;
}
.bgc_gray3 {
	background-color: #84C0FA;
}
.bgc_gray4 {
	background-color: #cdcdca;
}
.bgc_gray5 {
	background-color: #A2C1D2;
}
.bgc_gray01 {
	background-color: #F3F3F3;
}
.bgc_gray02 {
	background-color: #666666;
}
.bgc_gray6 {
	background-color: #A6c2e3;
}
.bgc_gray7 {
	background-color: #C1D5E0;
}
.bgc_gray8 {
	background-color: #EFF3F9;
}
/* 背景图设定 */
/* 顶部背景图设定 */

.bgi_menu_01 {
	background-image: url(/image/dt_menu_01.gif);
	background-repeat: repeat-x;
	background-position: left;
}
.bgi_menu_02 {
	background-image: url(/image/dt_botton_01.gif);
	background-repeat: no-repeat;
	color: #003399;
	line-height: 14px;
	cursor: hand;
}
.bgi_line_v01 {
	background-image: url(/image/line_v01.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.bgi_line_h01 {
	background-image: url(/image/line_h01.gif);
	background-repeat: repeat-x;
	background-position: center;
}

/* 其它设定------------------------------------------------------------------------- */
TD.nav1CellOff {
	background-color: #EBF5FF;
	background-image: url(/xshy/images/dh1.gif);
}
TD.nav2CellOff {
	background-color: #EBF5FF;
	background-image: url(/images/dh_bj.gif);
}
TD.nav1CellOn {
	background-color: #EBF5FF;
        background-image: url(/xshy/images/dh2.gif);
	cursor: hand
}
TD.nav2CellOn {
	background-image: url(/images/dh_bj1.gif);
	cursor: hand
}

.nav1On {
	background-image: url(/xshy/image/dh1.gif);
}

.nav1off {
	background-image: url(/xshy/image/dh1.gif);
}
.nav2On {
	background-image: url(/images/dh_bj1.gif);
}

.line_01h {
	background-image: url(/images/comm/line_01h.gif);
	background-repeat: repeat-x;
}



/* 控件设定------------------------------------------------------------------------- */
textarea {
    font-size: 9pt;
	color: #275D90;
	text-decoration: none;
	background-color: #E4E4E4;
	border: 1px #000000 solid;
}
input {
/*input,option {  --option规定了下拉选择框里的字体颜色-- */
	height: 13pt;
	font-size: 9pt;
	color: #275D90;
	text-decoration: none;
	border: 1px outset #000000;
}
.submit_01 {
    background-color: #FECD25;
	height: 12pt;
	border: 1px #000000 solid;
	color: #000000;
	text-decoration: none;
}
.submit {
    background-color: #FECD25;
	height: 12pt;
	border: 1px #000000 solid;
	color: #000000;
	text-decoration: none;
}
.checkbox_radio {
    border: 1px;
	background-color: #E4E4E4
}
.line_h {
	background-image: url(../image/line_h1.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
.line_v {
	background-image: url(../images/comm/line_v1.gif);
	background-repeat: repeat-y;
	background-color: #FFFFFF;
}
.p2 {
	font-family: "宋体", "Arial", "sans-serif", "serif";
	color: #004388;
	font-size: 20px;
	text-decoration: none;
	font-weight: normal;
	line-height: 24px;
}
/*单选框---------------------------------------------------------------------*/
.checkbox_radio {
    border: 1px;
	background-color: #C2E3FF;
}
