@charset "gb2312";

/************************************************************/
/*reset*/
*{margin:0;padding:0;cursor:default;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{padding:0;margin:0;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
ol,ul{list-style:none;}
/************************************************************/


/************************************************************/
.l{float:left;}
.r{float:right;}
.clear{clear:both;overflow:hidden;}
.center_align{margin-left:auto;margin-right:auto;}
.text_center{text-align:center;}
.text_left{text-align:left;}
.text_right{text-align:right;}
.text_b{font-weight:bold;}
/************************************************************/


/************************************************************/
html{}
body{
	color:black;
	background:#005e4c;
	font-weight:normal;
	font-size:14px;
}
a:link, a:visited, a:active{color:black;text-decoration:none;cursor:pointer;}
a:hover{color:black;text-decoration:underline;}
a img{cursor:pointer;}
.maxwidth{width:1050px;}
/************************************************************/
