﻿* {
	margin:0;
	padding:0;
}

body {
	font-size:12px;
	font-family:宋体, sans-serif, "Times New Roman", Times;
	font-style:normal;
	line-height:16px;
	background-color:#e6e6e6;
	color:#494949;
}
/* ################ link style ################  */
a:link, a:visited, a:hover {
	color:#494949;
	text-decoration:none;
}
a.up:hover {
	position:relative;
	bottom:2px;
}

a.title_header_a:link, a.title_header_a:visited, a.title_header_a:hover {
	color:#FFFFFF;
}

a.title_header_a1:link, a.title_header_a1:visited, a.title_header_a1:hover {
	color:#991111;
}
/* ################ seperate line style ################  */
.sep_horizonal {
	clear:both;
	width:1003px;
	height:6px;
	overflow:hidden;
}
.sep_horizonal div {
	width:999px;
	height:2px;
	margin:2px 2px;
	border-top:1px dashed #e6e6e6; 
}

.sep_vertical {
	float:left;
	width:6px;
	height:280px;
	overflow:hidden;
}
.sep_vertical div {
	width:2px;
	height:270px;
	margin:5px 2px;
	border-left:1px dashed #e6e6e6; 
}
/* ################ title_header style ################  */
.title_header {
	height:25px;
	line-height:25px;
	margin:5px 0;
	font-weight:bolder;
	font-size:14px;
	text-align:center;
	color:#991111;
	border-bottom:1px dashed #e6e6e6;
	background-color:#cccccc;
}

.title_header1 {
	height:25px;
	line-height:25px;
	margin:5px 0;
	font-weight:bolder;
	font-size:14px;
	text-align:center;
	color:#FFFFFF;
	background-color:#991111;
}