@charset "utf-8";
.font12_hui {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
	font-weight: bold;
}

.font12_blue {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #1E5F8F;
	font-weight: bold;
}
.font12_White {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #fff;
	font-weight: bold;
}
.line {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #A1BBD6;
	border-right-color: #A1BBD6;
	border-bottom-color: #A1BBD6;
	border-left-color: #A1BBD6;
}
.line_hui {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #ccc;
}
.input {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	border: 1px solid #BDBDBD;
	line-height: 13px;
	background-image: url(../images/input.jpg);
	background-repeat: repeat-x;
	width: 150px;
}
.menu_link:link {
text-decoration: none;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}
.menu_link:visited {
	text-decoration: none;
	color:  #fff;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif
	}
.menu_link:hover {
text-decoration: none;
	color: #f8f8f8;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.menu_link:active {
	text-decoration: none;
	color:#f8f8f8;
	font-weight: bold;
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif
}


.link_txt:link {
	color:#666;
	text-decoration: none;
}
.link_txt:visited {
color:#666;
text-decoration: none;
}
.link_txt:hover {
	color: #999;
	text-decoration: none;
}
.link_txt:active {
color:#999;
text-decoration: none;
}

.link_bule:link {
	color:#1E5F8F;
	text-decoration: none;
	font-weight: bold;
}
.link_bule:visited {
color:#1E5F8F;
text-decoration: none;
font-weight: bold;
}
.link_bule:hover {
	color: #2A84C1;
	text-decoration: none;
	font-weight: bold;
}
.link_bule:active {
color:#2A84C1;
text-decoration: none;
font-weight: bold;
}
