@charset "utf-8";
/* CSS Document */

body {
	background-color:#AB2200;
/*	background-image: url(images2010/bg.gif);*/
/*	background-image: url(images2010/index_bg.gif);
	background-repeat: repeat-y;
	background-position: center center;*/
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "宋体", Verdana, sans-serif;
}
body, td, th {
	font-size: 12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
}
select {
	font-size: 12px;
}

