@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	border:0;
	outline:0;
/*	font-family:  "SimHei","MS PGothic";*/
	font-family: "微软雅黑","华文黑体","Microsoft JhengHei","STHeiti";
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
body{	
	background-color: #FD0100;
	color:#000;
	background-image: url(../img/side.jpg);
	background-repeat: repeat-y;
	background-position: center;
}
ol, ul{list-style:none}
strong{font-weight:bold}
a:link, a:visited, a:hover, a:active{text-decoration:none;}
input, button, textarea{font-family:inherit; font-size:100%}

/*
	font-family: "微软雅黑","黑体","Microsoft JhengHei", "SimHei"  ;
	font-family: "Microsoft JhengHei", "微软正黑体", "黑体", "SimHei" ;
	font-family: "微软雅黑";
*/