/* CSS Document */
body {
	margin: 0px;
	letter-spacing: 0.6px;
	font-family: Arial, "宋体", Helvetica, sans-serif;
	background-image:url(../images/body_bg.jpg);
	font-size:12px;
	color:#333333;
	line-height: 18px;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-position: center top;
}
.dot_line {
	background-image: url(../images/dot_line.gif);
}


a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#000000;
text-decoration:none;
}
a:hover {
color:#E22B00;
text-decoration:underline;
}
a:active {
color:#000000;
text-decoration:none;
}



.a_nav:link {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}
.a_nav:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;

}
.a_nav:hover {
	color:#F5FF88;
	text-decoration:none;
	font-weight:bold;

}
.a_nav:active {
	color:#F5FF88;
	text-decoration:none;
	font-weight:bold;


}


.a_footer:link {
	color:#333333;
	text-decoration:underline;

}
.a_footer:visited {
	color:#333333;
	text-decoration:underline;

}
.a_footer:hover {
	color:#CC3300;
	text-decoration:underline;

}
.a_footer:active {
	color:#333333;
	text-decoration:underline;
}

.nav {
	background-image: url(../images/nav_bg.jpg);
}
.tit_blue_bold {
	font-weight: bold;
	color: #044271;
}
.left {
	background-image: url(../images/left_bg.jpg);
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #C6C6C6;
	border-left-color: #C6C6C6;
	margin-right: 1px;
	margin-left: 1px;
}
.footer {
	background-image: url(../images/footer_bg.jpg);
}
.tx_left_blue {
	color: #225072;
}
.Left_box_service {
	background-image: url(../images/Left_box_service_bg.jpg);
}

