/* CSS Document */ 

body {
	font-family: "宋体";
	font-size: 14px;
	margin: 0px;
	overflow-x:hidden;
	background-image: url(images/bg.gif);
} 

a{ 
font-family: "宋体"; 
font-size: 14px;  
text-decoration: none; 
font-weight: normal; 
} 

a:hover { 
font-family: "宋体"; 
font-size: 14px; 
text-decoration: underline; 
font-weight: normal; 
} 

a.link1 { 
font-family: "宋体"; 
font-size: 14px; 
color: #1654b9; 
text-decoration: none; 
font-weight: normal; 
} 
a.link1:hover { 
font-family: "宋体"; 
font-size: 14px; 
color: #ff0000; 
text-decoration: underline; 
font-weight: normal; 
} 


.font_1 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
} 

.font_2 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #ff0000;
	text-decoration: none;
	line-height: 26px;
} 
.font_3 {
	font-family: "宋体";
	font-size: 14px;
	font-weight: bold;
	color: #B00E98;
	text-decoration: none;
	line-height: 26px;
} 
.font_4 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 22px;
}
.font_4_1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 26px;
}
.font_5 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
	line-height: 22px;
}
.font_5_1 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: bold;
	color: #ff3300;
	text-decoration: none;
	line-height: 26px;
}

.border1 { 
border: 1px solid #67b3e7; 
} 
