/*规范a 标签*/
/*
a:link
{
	 color:#1F1B1E; 连接默认的颜色变化
}

a:visited 
{
	 color:#1F1B1E; 连接访问的颜色变化
}

a:hover 
{
	 color:#FF1E1E; 鼠标经过的颜色变化
}
a:active
{ 
	 color:#8A0000; 鼠标按下的颜色变化
}
*/

A.toplink{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#0855B4;
font-weight:bold;
vertical-align:middle;
text-decoration:none;
}
A.toplink:hover{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
color:#000000;
font-weight:bold;
vertical-align:middle;
text-decoration:none;
}



.bodyBlack /*旁白字体*/
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	font-size:13px;
	font-weight:normal;
}

.bodyWhite
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:normal;
}

.tipBlack
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	font-size:13px;
	font-weight:bold;
}

.tipBlack_EN
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#CCC;
	font-size:11px;
	font-weight:bold;
}

.tipWhite
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:13px;
	font-weight:bold;
}


a{
	text-decoration: none;/*取消链接下划线*/
	
	/*鼠标经过播放声音*/
	onmouseover: expression(
	onmouseover=function()
	{
		playSound("music/link.mp3");
	}
	);
}
/*
cellpadding 对应 padding
cellspacing 对应 margin
*/

.topOnMouse
{
		/*设置onmouseover事件*/
	onmouseover: expression(
	onmouseover=function()
	{
		this.style.color='#FF0000';
	}
	);

	/*设置onmouseout事件*/
	onmouseout: expression(
	onmouseout=function()
	{
		this.style.color='#CCC';
	}
);	
}

.downOnMouse
{
		/*设置onmouseover事件*/
	onmouseover: expression(
	onmouseover=function()
	{
		this.style.color='#FF0000';
	}
	);

	/*设置onmouseout事件*/
	onmouseout: expression(
	onmouseout=function()
	{
		this.style.color='#333';
	}
);	
}

.logo_a
{
	font-family:方正舒体;
	font-size:50px;
	color:#CCC;
	font-weight:bold;
}

.logo_b
{
	font-family:黑体;
	font-size:25px;/*不能超过28*/
	color:#CCC;
	font-weight:normal;
}

.logo_as
{
	font-family:方正舒体;
	font-size:25px;
	color:#AD2103;
	font-weight:bold;
}

.logo_bs
{
	font-family:黑体;
	font-size:18px;/*不能超过28*/
	color:#999;
	font-weight:normal;
}

.bigTip_CN
{
	font-family:黑体;
	font-size:25px;
	color:#CCC;
	font-weight:normal;
}

.bigTip_EN
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:30px;
	color:#AD2103;
	font-weight:normal;
}


.meun
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#181818;
	font-size:16px;
	font-weight:bold;

/*html中的写法*/
/*onMouseOver="style.color='#FF0000'" onMouseOut="style.color='#181818'"*/

/*设置onmouseover事件*/
onmouseover: expression(
	onmouseover=function()
	{
		this.style.color='#FF0000';
	}
	);

/*设置onmouseout事件*/
onmouseout: expression(
	onmouseout=function()
	{
		this.style.color='#181818'
	}
);

}

.tbxuxian
{
	BORDER-RIGHT: #adadad 1px dashed; 
	BORDER-LEFT: #adadad 1px dashed;
	BORDER-COLLAPSE: collapse;
}

.webSiteDown /*旁白字体*/
{
	font-family:Tahoma, Geneva, sans-serif;
	color:#333;
	font-size:12px;
	font-weight:normal;
}

/*××××表单样式×××××××××××××*/
.input{
font-size:14px;
border-top:#CDCDCD 1px solid;
border-left:#CDCDCD 1px solid;
border-right:#eeeeee 1px solid;
border-bottom:#eeeeee 1px solid;
height:20px;color:#333333;
vertical-align:middle;
padding:3px 5px 3px 5px;
letter-spacing:0px;
background-color:#FAFAFA;
}

.sub
{ BORDER-RIGHT: #7EBF4F 1px solid;
PADDING-RIGHT: 2px;
BORDER-TOP: #7EBF4F 1px solid; 
PADDING-LEFT: 2px; 
FONT-SIZE: 14px;FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#CAE4B6); 
BORDER-LEFT: #7EBF4F 1px solid; 
CURSOR: hand; 
COLOR: black;
PADDING-TOP: 2px; 
BORDER-BOTTOM: #7EBF4F 1px solid ;
font-family:verdana;
} 

.xinghao
{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#C00;
	font-weight:bold;
}