/* CSS Document */
body
{
	background-color:#42A9EC;					/* 网页背景颜色 */
	font-size:14px;												/* 网页字体大小 */
	font-family:"宋体", Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color:#000000;												/* 网页文本颜色 */
	line-height:19px;											/* 标准行高 */
	text-align:center;											/* 文本对齐 */
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bj.jpg);
	background-repeat: repeat-x;
}

a{
	font-size:14px;
	color:#000000;
	text-decoration:underline;
	line-height: 25px;
}	

a:hover{
	font-size:14px;
	color:#FF0000;
	text-decoration:underline;
	line-height: 25px;
}

a.blue{
	font-size:12px;
	color:#003399;
	text-decoration:underline;
	line-height: 22px;
}	

a.blue:hover{
	font-size:12px;
	color:#FF0000;
	text-decoration:underline;
	line-height: 22px;
}

.text_white{
	color:#FFFFFF;
	font-size:14px;
	line-height:19px;
	font-weight: bold;
}

.text_blue{
	color:#00126F;
	font-size:14px;
	line-height:22px;
	font-weight: bold;
}

.text_bottom{
	color:#00126F;
	font-size:14px;
	line-height:19px;
}

.text_red{
	color:#FF0000;
	font-size:14px;
	line-height:19px;
	text-decoration: underline;
}

a.more {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
}
a.more:hover {
	font-family: "宋体";
	font-size: 12px;
	color: #FFFF00;
	text-decoration: none;
	font-weight: normal;
}

a.black {
	font-family: "宋体";
	font-size: 14px;
	color: #000000;
	line-height: 23px;
	text-decoration: underline;
}
a.black:hover {
	font-family: "宋体";
	font-size: 14px;
	color: #FF0000;
	text-decoration: underline;
	line-height: 23px;
}

.margin {
	margin-top:8px;
}

.padding {
	padding:5px;
}

.border_blue {
	border: 1px solid #5978DB;
}

.border_blue_1 {
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #D6E5F8;
	border-bottom-color: #D6E5F8;
	border-left-color: #D6E5F8;
}

.border_gray {
	border: 1px solid #D9D9D9;
}

