/* CSS Document */
#content {
	margin:0px auto;
	color:#000;
	width:950px;
}
#left {
	width:725px;
	float:left;
}
#right {
	width:215px;
	float:right;
}
a {
	color:#000;
	text-decoration:none;
}
a.blue {
	color:#107DC0;
	text-decoration:none;
}
a.blue:hover {
	color:#189CFF;
	text-decoration:none;
}
a.more {
	color:#fff;
	text-decoration:none;
	line-height:23px;
	margin-right:5px;
}
a.more:hover {
	color:#910022;
	text-decoration:none;
	line-height:23px;
	margin-right:5px;
}
/*--------Ò³ÃæÄ£¿é---------------*/
.mod_top {
	width:124px;
	height:23px;
	float:left;
	color:#fff;
	font-weight:bold;
	line-height:23px;
	background:url(../image/top.gif) repeat-x;
	text-align:left;
	padding-left:8px;
	border-left:#91C2F2 solid 1px;
	border-top:#91C2F2 solid 1px;
	border-bottom:#63A0DA solid 1px;
}
.mod_top span {
	background:url(../image/top_icon.gif) no-repeat 0px -1px;
	padding-left:10px;
}
.mod_child_title {
	background:url(../image/title_icon.gif) no-repeat left 1px;
	font-size:14px;
	color:#000;
	padding-left:18px;
	font-weight:bold;
}