/* CSS Document */ 

body,td,th {
	font-family: "宋体";
	font-size: 14px;
	margin: 0px;
	overflow-x:hidden;
	color: #264073;
	line-height: 24px;
} 

.border {
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-color: #CCCCCC;
} 

a{ 
font-family: "宋体"; 
font-size: 14px;  
text-decoration: none; 
color: #264073;
font-weight: normal; 
} 

a:hover { 
font-family: "宋体"; 
font-size: 14px; 
text-decoration: underline; 
color: #264073;
font-weight: normal; 
} 

.font_bord_red {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	line-height: 24px;
} 

.font_bord_blue {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #264073;
	text-decoration: none;
	line-height: 24px;
} 

.input1 {
 font-family: "宋体";
 font-size: 14px;
 color: #264073;
 padding: 0px;
 border: 1px solid #a2afc7;
 line-height: 24px;
 background-color: #ffffff;
}