/* CSS Document */
body
{
	margin:0px;
	font-size:12px;
	background:#eff4f7;
}

.content
{
	margin:0 auto;	
	height:auto;
	zoom:1;
	overflow:hidden;
	background:#fff;
	border:0px solid #e8e8e8;
	width:990px;
	margin-top:5px;	
}
#nav
{
	margin:0 auto;	
	width:970px;
	color:#666;
	padding:10px;
	font-family:Georgia, "Times New Roman", Times, serif;	
}
.py_menu
{
	padding:8px; border-bottom:1px solid #e8e8e8;color:#666; cursor:pointer
}
.py_menu_over
{
	padding:5px; border-bottom:1px solid #e8e8e8;color:#666; cursor:pointer
}
.menu2
{
	width:130px;
	height:20px;
	padding:10px;
	text-align:right;
	border-bottom:1px solid #e8e8e8;
	cursor:pointer;
	color:#666;
	background:#fff;
	
}


A:link {
	COLOR: #666;
	text-decoration: none;
}
A:visited {
	COLOR:#666;
	text-decoration: none;
	
}
A:hover 
{
    	text-decoration:underline;
		
		
}
A:active {
	COLOR: #666;
	text-decoration: none;
	
}
.title
{
	width:100%; height:20px; padding:5px; background:#e7f3f9; border:1px solid #d6e8f2;	
}
.more
{
	width:100%;
	height:22px;
	text-align:center;
	margin-top:20px;
	cursor:pointer;
	
}
.text
{
	border:1px solid #ccc;
	height:22px;	
}
.sr_ts
{
	color:#666;
	padding-top:5px;
}

.sr_ts_red
{
	color:red;
	padding-top:5px;
}
.sr
{
	padding:10px;
	width:100%;
	height:40px;
	
}
.sr_title
{
	float:left;
	width:100px;
}
.qc
{
	background:#fff;
	border:1px solid #ccc;
	padding:5px;
	cursor:pointer;
}