@charset "utf-8";
/* CSS Document */
/*全局定义样式*/
div,form,img,ul,ol,li,dl,dt,dd,map {margin: 0; padding: 0; border: 0}
body,td,th {
	color: #333;
	font-family: 宋体;
	font-size: 12px;
}
body {
	background-color: #FFF;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(../myImages/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
a {
	font-family: 宋体;
	font-size: 12px;
	color: 808080;
}
a:link {
	text-decoration: none;
	color: #333;
}
a:visited {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #9D9D9D;
}
a:active {
	text-decoration: none;
	color: #9D9D9D;
}