@charset "utf-8";
/* CSS Document */

body{
	margin:0px;
	padding:0px;
	background-repeat: repeat-x;
}
body,tr,td{
	font-family: "宋体";
	font-size: 12px;
	color:#8B8B8B;
}
li{ line-height:15px;}
a{color: #8B8B8B;text-decoration: none;}
a:hover{color: #FF6600;text-decoration: none;}

.bg_white{ background:#FFFFFF}

.line_20{line-height:20px;}

.title_name{ width:99%; margin:5px 0; font-size:14px; color:#FF0000; padding:5px 0 5px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}

.space_10{ font-size:0px; height:10px; }
.navigation li{	 float:left;	list-style-type: none;  padding:10px 0 10px 1px;}
.navigation span{ margin:0 0 0 1px;}
.navigation a{	color: #8B8B8B;	text-decoration: none; }
.navigation font {font-size: 12px; padding:2px 1px 2px 2px; border:#FFFFFF solid 1px;}
.navigation font:hover { font-size: 12px; padding:2px 1px 2px 2px; border:#8B8B8B solid 1px;}

.f_13{ font-size:13px;}
.f_14{ font-size:14px;}
.f_16{ font-size:16px;}
.f_white{ color:#FFFFFF;}
.f_hong{ color:#CC3300;}
.f_red{ color:#FF0000;}
.f_hui{ color:#333333;}
.b{font-weight: bold;}
.border_dashed{	border-bottom-width: 1px;	border-top-style: none;	border-right-style: none;	border-bottom-style: dashed;
	border-left-style: none;
	border-bottom-color: #8B8B8B;
}
.border_solid{	border-bottom-width: 1px;	border-top-style: none;	border-right-style: none;	border-bottom-style:solid;
	border-left-style: none;
	border-bottom-color: #8B8B8B;
}
.solidbox {  	
	border-bottom: #d7d7d7 1px solid;
	padding:5px;
	line-height:15px;
	height:100%;
}


