body
{ 
	margin-top:0px;		/* 网页上边距 */
    margin-bottom:0px;	
	margin-left:0px;	
	margin-right:0px;	
	
	SCROLLBAR-3DLIGHT-COLOR: #343434;
    SCROLLBAR-ARROW-COLOR: #fc0000;
    SCROLLBAR-BASE-COLOR: #343434;

	
	font-size:12px;												
	font-family:  Arial,Century Gothic;	
	color:#d0d0d0;												
	line-height:180%;											
	text-align:left;											
	background-image:url(images/bg.jpg);BACKGROUND-REPEAT: repeat-x; background-position:top;
	/*background-color:#3c3c3c;*/

	
}

select,input,textarea
{ 
	font-size:12px;
	font-family:  Arial,Century Gothic;	
	color:#666666;
	padding:2px;
	
}

/*去掉热点地图上的区域线框与超链接的线框*/
a {blr:expression(this.onFocus=this.blur())}
area {blr:expression(this.onFocus=this.blur())}

/*表格属性*/
table
{
   font-size:12px;
   /*line-height:22px;*/
   /*border-collapse:collapse;*//*自动把相同的边框线合并*/
   line-height:180%;
   font-family: Arial,Century Gothic;	
}
/*导航菜单超级链接*/
a{
	color: #d0d0d0;
	text-decoration: none;
	font-size: 12px;
}
a:hover {
	color:  #ff0000;
	text-decoration:none;
	font-size: 12px; 
	text-decoration:underline;
}

/*更多*/
a.menu{color: #ffffff;font-size:14px;font-family:  Arial,Century Gothic;}
a.menu:hover {color: #ff0000;font-size:14px;text-decoration: none;font-family:Arial,Century Gothic;}

a.white{color: #ffffff;font-size:12px;font-family:  Arial,Century Gothic;}
a.white: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_gray{font-family: Arial,Century Gothic;font-size: 12px;color: #767269; }
.text12_black{font-family: Arial,Century Gothic;font-size: 12px;color: #000000; }
.text14_red{font-family: Arial,Century Gothic;font-size: 14px;color: #e40d0d; font-weight:bold; padding-top:10px;}
img
{
	border:0px;				/* 图像边框大小 */
	border-color:#000000;	/* 图像边框颜色 */
	border-style:solid;		/* 图像边框线条 */
}
/*线框*/	
.border_bottom {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7ad0dd;
	font-family: Arial,Century Gothic;
}
.tu_border {
	border: 1px solid #afdff6; background-color:#ffffff; padding:1px; text-align:center;
}
.border {
	border: 1px solid #77808d; background-color:#333333; padding:1px; text-align:center; 
}
