﻿@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{	
	background:#fff url(default/bg_body.png) repeat-x bottom;
	font-family:Verdana, Arial,"宋体";
	font-size:11px;	
	color:#666;
	margin:10px;
	padding-bottom:20px;
	}
	
/*常规链接*/
a{
	color:#6464c8;
	text-decoration:none;
	}
a:hover{
	text-decoration:underline;
	}

h1{
	font-size:11px;
	height:25px;
	line-height:25px;
}
table{
	text-align:center;
}
table td{
	line-height:19px;
	height:19px;
}
table th{
	background:#999;
	color:#fff;
	padding:3px 0;
}
.tr_n1{
	background:#f5f5f5;
}
.tr_n2{
	background:#fff;
}
.td_over{
	background:#ccddff;
	}
.tit{
	margin:10px 0 20px;
	clear:both;
	line-height:20px;
}
.tit img{
	float:left;
	margin-right:15px;
}
.tit strong{
	font-size:12px;
}
.page_line{
	width:100%;
	height:0;
	overflow:hidden;
	clear:both;
}
h2{
	background:#e9ecef url(button-rt.jpg) no-repeat 5px center;
	height:20px;
	line-height:20px;
	margin:10px 0;
	font-size:11px;
	padding-left:30px;
}
#mid{
	padding:0 30px;	
	clear:both;
}
#mid div{
	float:left;
	width:33%;
}
#mid dl{
	display:block;
	margin:10px;
	clear:both;
	line-height:19px;
}
#mid dt{
	font-weight:bold;
}
#pdf_down{
	margin-left:20px;
	list-style-type:none;
}

#pdf_down li{
	background:url(pdfmid.gif) no-repeat 0 0;
	padding-left:26px;
	height:21px;
	line-height:21px;
}
