/* 网站静态页中部中间样式 */
body
{
	background-image: url(Images/body_bg.gif);
	background-repeat: repeat-x;
}
#center_all
{
	font-family: Arial, "宋体", Helvetica, sans-serif;
	width: 980px;
	background-color: #cfe8fb;
	border: 1px solid #9bbde6;
	margin: 2px auto;
	overflow:hidden;
}
#static_left
{
	display:black;
	width: 150px;
	float: left;
	margin: 2px 3px 2px 0px;
	text-align: center;
	padding-top: 30px;
}

#static_left li
{
	list-style-type:none;
	margin:0px;
	padding:0px;
	font-size: 14px;
}
#static_left a
{
	font: normal normal normal 14px/120% Arial, "宋体" ,Helvetica,sans-serif;
	text-decoration: none;
	color: #000033;
	padding: 5px 2px 5px 12px;
	line-height: 32px;
	background-image: url(../../../Skin/Master/images/static_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 5px;
}
#static_left a:hover
{
    color: #f00;
    text-decoration: underline;

}

#static_right
{
	width: 803px;
	float: right;
	padding: 10px;
	font-size: 14px;
	font-style: normal;
	line-height: 150%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #9bbde6;
}

#static_title1
{
	height: 30px;
	margin: 2px 5px 2px 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9bbde6;
	line-height: 30px;
	color: #FF0000;
	font-size: 14px;
}
.static_title2
{
	line-height: 25px;
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9bbde6;
	margin-bottom: 5px;
}
.static_matter1
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9bbde6;
	margin-bottom: 5px;
}

/* 表格样式 */
.tab
{
 	border-collapse:collapse;
	width:780px;
 }
.tab td
{
	border:1px solid #000066; 
	text-align:center; padding-right:5px; 
 }
.col1
{
	text-align:center;
	padding-right:5px;
}