@charset "utf-8";
/*常规*/
body{
	margin:0;background-color:white;font-size:12px;color:#333;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url('/Tpls/global/images/bodybg.gif');
}
form{margin:0;padding:0}
legend{text-align:left}
table{empty-cells:show}
a img{border:0}
a:link,a:visited{color:#000A84;text-decoration:none}
a:hover,a:active {color:red;text-decoration:underline}
button,input[type="button"],input[type="submit"]{
	 font-size:12px;
	 padding:0;
	 margin:0;
	 height:22px;
	 color:#333;
	 font-family:Arial, Helvetica, sans-serif
}
/*常用*/

/*外面的大框*/
.outDiv{width:980px}
.t5{margin-top:5px}
.t15{margin-top:15px}
.b15{margin-bottom:15px}
.whiteColor,.whiteColor a{ color:white}
