/*=reset*/
html *{font-size:100.01%;} /*reset font size for all elements to standard (16pixel) */
html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote,pre, form, fieldset, table, th, td { margin: 0; padding: 0; } 
body {	
	color:#333;
	font-family:"宋体";
	font-size:75.00%;  /*base layout gets standard font size 12px */
	line-height: 1.6em;
}
img { border:none;}
ul,ol,dl { line-height: 1.5em; margin: 0 0 0 0; }
ul li { list-style-type: none; }
ul ul li { list-style-type: circle; }

ol li { list-style-type: none; }
ol ol li { list-style-type: lower-latin; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 0.8em; }

p { line-height: 1.6em; margin: 0.3em 0 ; }

blockquote,cite,q {
	font-family: Georgia, "Times New Roman", Times, serif, "宋体";
	font-style:italic;
}
blockquote { margin: 0 0 1em 1.6em; color: #666; }
strong,b { font-weight: bold; }
em,i { font-style: italic; }
pre,code,kbd,tt,samp,var { font-size: 100%; }
pre,code { color:#800; }
pre { line-height: 1.5em; margin: 0 0 1em 0 ;}
var{ font-style: normal; }

acronym,abbr {
	border-bottom: 1px #aaa dotted;
	font-variant: small-caps;
	letter-spacing: 0.7em;
	cursor: help;
}
sub,sup { font-size: 91.6667%; }
hr {
	color: #fff;
	background:transparent;
	margin: 0 0 0.5em 0;
	padding: 0 0 0.5em 0;
	border: 0;
	border-bottom: 1px #eee solid;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
table{
	border-collapse:collapse;
	margin-bottom: 0.5em;
}
table caption{ font-variant: small-caps; }
th,td{ padding: 0.4em 0.2em; }
thead th{ color:#000;border-bottom:2px #888 solid; }
/*--server status ----*/
var {
font-style:normal;
text-indent:-9999px;
width:60px;
display:inline-block;
overflow:hidden;
margin: 0 0 0 6px;
vertical-align:middle;
}
.s1{
	background:url(s1.gif) no-repeat 0 center;
}
.s2{
	background:url(s2.gif) no-repeat 0 center;
}
.s3{
	background:url(s3.gif) no-repeat 0 center;
}
.s4{
	background:url(s4.gif) no-repeat 0 center;
}
.s5{
	background:url(s5.gif) no-repeat 0 center;
}
.s6{
	background:url(s6.gif) no-repeat 0 center;
}
.s7{
	background:url(s7.gif) no-repeat 0 center;
}
.s8{
	background:url(s8.gif) no-repeat 0 center;
}
.s9{
	background:url(s9.gif) no-repeat 0 center;
}
.s10{
	background:url(s10.gif) no-repeat 0 center;
}
/*--clearfix--*/
.clearfix:after {
		content:".";
		clear:both;
		display:block;
		height:0;		
		visibility:hidden;
}
.clearfix{display:inline-block; }
.clearfix {display:block;}
