@charset "utf-8";
/* CSS Document 
   Add by Zhishu Wang
*/
body{ 
	text-align:center;
	font-size:12px;
}
html, body, div, span, applet, object, iframe, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,


small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-family: Arial, Helvetica, sans-serif;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
ol, ul,li {
	list-style: none;
}
a
{
	color:#000;
	cursor:pointer;
	text-decoration:none;
}
a:link{
	text-decoration:none;
	color:#000;
}
a:hover{
	color:#ff0000;
	text-decoration:none;
}
.clear{
	clear:both
}
.hide{
	display:none;
}
.mainBody{
	width:95%;
	margin:15px auto;
	font-size:14px;
}
