body, div, span,applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
}
body{
	font:12px 宋体, Arial,  sans-serif;
	color:#888;
	letter-spacing: 0px;/*字间距*/
	line-height:18px;/*行间距*/
	word-wrap: break-word;/*强制性换行*/	
	word-break: normal;/*强制性换行*/
	background-color: #F6F6F6 !important; 
}

img{ border:none;}
ul{	list-style-type:none;}
a{ color:#888; text-decoration:none; cursor:pointer; } /* 正常的样式 ;  a:link */
a:hover{color:#FF9000; text-decoration:none; cursor:pointer;} /* 经过的样式  */
a:visited{ color:#888; text-decoration:none; } /* 被点击过的样式 ； text-decoration: underline */

i{ color:#B1B1B1; font-style:normal;}/* 弱显示*/
em{ color:#FF9000; font-style:normal;}/* 强显示 * 黄色*/
b{color:#1665AE; }
.yellow{color:#FF9000 !important; }
.color01{color:#888 !important;}

.color02{color:#fff !important;}


pre {
 white-space: pre-wrap;       /* CSS-3 */
 white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
 white-space: -pre-wrap;      /* Opera 4-6 */
 white-space: -o-pre-wrap;    /* Opera 7 */
 word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.clear{clear:both;}
.floatLeft{ float:left;}

table{	background-color:#EDEDED; }
table,td,th{
	margin:0;
	padding:0;
	vertical-align:middle;
	font-weight:100;
}
table caption{
	text-align:left;
	height:27px;
	line-height:27px;
	padding-left:15px;	
}
thead td,thead th{
	background-color:#808080;
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	text-align:center;
	color:#F2F2F2;
	font-style:normal;
}
tbody td,tbody th{
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	text-align:center;
}
tfoot td,tfoot th{
	border-right:#fff 1px solid;
	border-bottom:#fff 1px solid;
	text-align:center;
}

.position{clear: both; padding: 5px 20px;}
.position *{margin: 0 auto;padding: 0 auto;}
.position p{text-indent: 0 !important;}
.position ol {padding: 20px;}
.position ol li{line-height: 24px;height: 24px;padding: 0 0 !important;}
