body,div,option,form,select,table {
        FONT-FAMILY: ;
        font-size: 12px;
        color: #024184;
        line-height: 16px;
        text-decoration: none
} 
body {
	    background-color: #ffffff;
} 
.t_blue {
	color: #024184;
}
.t_orange {
	color: #FF7200;
}
.t_white {
	color: #ffffff;
}
.t_black {
	color: #000000;
}

/* 超连接 */
A {
     text-decoration : none;
     text-decoration : underline;
}
A:link {
     color : #024184;
}
A:visited {
     color : #7AA800;
}
A:hover {
     color: #FF7200;
}
A:active {
	color : #7AA800;
}
/* 栏目导航超连接 */
A.link2 {
	 text-decoration : none;
}
A.link2:link {
     color : #FF7200;
}
A.link2:visited {
     color : #FF7200;
}
A.link2:hover {
     color: #488FD4;
     text-decoration : underline;
}
A.link2:active {
	color : #FF7200;
}

input {
	height: 13pt;
	border: 1px #666666 solid;
	font-size: 9pt; color: #444E88;
	text-decoration: none;
	background-color: #FFFFFF
}
.input_01 {
	height: 11pt;
	border: 0px;
	font-size: 9pt;
	color: #444E88;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;

}

textarea {
    font-size: 9pt;
	color: #444E88;
	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
}
.submit {
	font-size: 9pt;
	color: #000000;
	background-color: #FFCC00;
	height: 13pt;
	border-top: 1px solid #000000;
	border-right: 1px solid #000000;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;

}
.checkbox_radio {
    border: 1px;
	background-color: #F7F7F7
}


.bgc_blue {
	background-color: #1561B1;
} 
.bgc_blue2 {
	background-color: #488FD4;
} 
.bgc_blue3 {
	background-color: #D7EBFF;
} 
.bgc_blue4 {
	background-color: #509EEB;
}
.bgc_white {
	background-color: #ffffff;
} 
