@charset "utf-8";
/* CSS Document */
/*全局定义*/
body{background-color: #CCC;color:52503E;}
*{ margin:0; padding:0;font-size:12px; }
img{ border:none;}
ul{list-style-type:none;}
em{ font-style: normal; }

a:link,	a:visited{ color:#727171; text-decoration:none; }
a:active{ color:#999; text-decoration:none ; }
a:hover	{ color:#666;;text-decoration: underline; }

.nobor{ border-right:none !important;}
.nobot{ border-bottom:none !important;}

.clr { clear:both;}
.fleft { float:left;}
.fright { float:right;}
.hei8{width:auto; height:8px; font-size:1px;}
