@charset "utf-8";
body{
	font-size:14px;
	color:#000000;
	font-family:"宋体";
	line-height:20px;
}
li a:link { text-decoration:none; color:#0033CC;}
li a:visited { text-decoration:none; color:#0033CC;}
li a:hover { text-decoration:underline;color:#0033CC;}
.li{
	list-style-type: square;
	list-style-position:inside;
	list-style-image: none;
	line-height:20px;
	color:#FF0000;
	display: list-item;
	margin-left:-30px;
}
.li a:link { text-decoration:none; color:#0033CC;}
.li a:visited { text-decoration:none; color:#0033CC;}
.li a:hover { text-decoration:underline;color:#0033CC;}

p{ line-height:20px; padding:0px; margin:0px; text-align:center;}
p img{ border-width:0px; margin-left:auto; margin-right:auto;
        margin-top: 10px; margin-bottom:10px;
    }

.table {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #e3e3e3;
	border-left-color: #e3e3e3;
}
.intro{ font-weight:bold; margin-top:10px; margin-bottom:10px; padding-left:10px; padding-right:10px; text-align:left;}

.head {color: #444; height:30px; width:100%; background-color:#CCCCCC; text-align:left; line-height:30px; text-indent:10px; margin-bottom:10px;}
.bottom {color: #444; height:30px; width:100%; background-color:#CCCCCC; text-align:center; line-height:30px; margin-top:20px;}
