input,textarea{border:1 solid #999999;behavior:url("images/style.htc");}
/*-----------------默认超链接------------------*/
a:link {color: #333333;	font-size: 12px;text-decoration: none;}
a:visited{font-size: 12px;color: #333333;text-decoration: none;}
a:hover{font-size: 12px;color: #009900;text-decoration: underline;}
/*----------------------------------------------*/
a.menu:link {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 4px;
}
a.menu:visited{
	font-size: 12px;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 4px;
}
a.menu:hover{
	font-size: 12px;
	color: #FEAC56;
	text-decoration: none;
	letter-spacing: 4px;
}
/*----------------兰色------------------------------*/
a.home:link {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a.home:visited {
	color: #000000;
	text-decoration: none;
	font-size: 12px;
}
a.home:hover {
	color: #00CC00;
	text-decoration: none;
	font-size: 12px;
}
/*----------------黄色------------------------------*/
a.tophome:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.tophome:visited {
	color: #FFff00;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.tophome:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}




a.tophome2:link {
	color: #FFFF00;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
}
a.tophome2:visited {
	color: #FFff00;
	text-decoration: none;
	font-weight: bolder;
	font-size: 16px;
}
a.tophome2:hover {
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bolder;
	font-size: 16px;
}



a.tophome1:link {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.tophome1:visited {
	color: #FF0000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.tophome1:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
}
a.pro:link {
	color: #000000;
	text-decoration: none;
}
a.pro:visited {
	color: #000000;
	text-decoration: none;
}
a.pro:hover {
	color: #FF6600;
	text-decoration: none;
}
/*-----------------点击后没有虚线的链接------------------*/
a:link {
	color: #333333;
	font-size: 12px;
	text-decoration: none;
	behavior:url("images/href.htc");
	line-height: 20px;
}
a:visited{
	font-size: 12px;
	color: #333333;
	text-decoration: none;
	behavior:url("images/href.htc");
	line-height: 20px;
}
a:hover{
	font-size: 12px;
	color: #009900;
	text-decoration: underline;
	behavior:url("images/href.htc");
	line-height: 20px;
}
