body
{ 
	margin-top:0px;		/* 网页上边距 */
    margin-bottom:0px;	
	margin-left:0px;	
	margin-right:0px;	
	
	font-size:12px;												
	font-family: Arial,Century Gothic;	
	color:#000000;												
	line-height:20px;											
	text-align:left;											
	/*background-image:url(images/bg.jpg);*/
	/*background-color:#313984;*/

	
}

select,input,textarea
{ 
	font-size:12px;
	font-family: Arial,Century Gothic;	
	color:#333333;
	
}
/*表格属性*/
table
{
   font-size:12px;
   /*line-height:22px;*/
   /*border-collapse:collapse;*//*自动把相同的边框线合并*/
   line-height:20px;
   font-family:Arial,Century Gothic;	
}
/*导航菜单超级链接*/
a{
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color:  #353535;
	text-decoration:none;
	font-size: 12px; 
	text-decoration:underline;
}

/*更多*/
a.more {
	color: #353535;
	font-size:11px;
	text-decoration: none;
	font-family:Arial,Century Gothic;	

}
a.more:hover {
	color: #353535;
	font-size:11px;
	text-decoration: underline;
	font-family:Arial,Century Gothic;	
}
a.product{
	color: #353535;
	font-size:12px;
	text-decoration: none;
	font-family:Arial,Century Gothic;	

}
a.product:hover {
	color: #ff0000;
	font-size:12px;
	text-decoration: underline;
	font-family:Arial,Century Gothic;	
}
a.menu {
	color: #ffffff;
	font-size:12px;
	text-decoration: none;
	font-family:Arial,Century Gothic;	
}
a.menu:hover {
	color: #ffffff;
	font-size:12px;
	text-decoration: underline;
	font-family:Arial,Century Gothic;	
}

/*白色文本*/	
.text12_white {
	font-family:Arial,Century Gothic;	
	font-size: 12px;
	color: #FFFFFF;
}
.text12_red{
	font-family:Arial,Century Gothic;	
	font-size: 12px;
	color: #FF0000;
}
.text14_black{
	font-family:Arial,Century Gothic;	
	font-size: 14px;
	color: #000000;
	font-weight:bold;
}
.text14_white{
	font-family:Arial,Century Gothic;	
	font-size: 14px;
	color: #ffffff;
	font-weight:bold;
}
.copyright {
	font-family: Arial,Century Gothic;	
	font-size: 12px;
	color: #000000;
}
.text14_back{
	font-family:Arial,Century Gothic;	
	font-size: 14px;
	color: #000000;
}

img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}

.table_kuang {
	margin: 1px;
	padding: 1px;
	border: 1px solid #7E909D;
}
.bottomline {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #000000;
}
.rightline {
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CFD4D7;
}
