TABLE {
	font-size: 12px;
	line-height: 18px;
}

a{color:#222222;text-decoration: none}
a:link {text-decoration: none}
a:visited {text-decoration: none}
a:hover {
	color: #0099FF;
	text-decoration: none
}
a:active {COLOR: #ff6600; TEXT-DECORATION: none}



body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	color:#222222;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}
.dao {
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
.dao:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/*链接弹出提示所用的样式*/
.tip{border:1px solid #000000; color:#000000; background:#F8F8F8; padding:5px; line-height:20px; display:none;}

/*鼠标移到图片上，图片突出显示所用的CSS*/
a.scale img{ margin: 5px; width: 120px; height: 100px; border: none }
a.scale:hover img{ margin: 0mm; width: 130px; height: 110px }
a.scale1 img{ margin: 10px; width: 180px; height: 160px; border: none }
a.scale1:hover img{ margin: 0mm; width: 200px; height: 180px }