@charset "utf-8";
*{
margin:0;
}
body {
	color:#666;
	font-size:12px;
	line-height:18px;
	background:#e2e2e2 url(../images/bodyBg.gif) repeat-x 0px 0px;
}
img {
	border:0px;
}
ul,
ol,
li,
dl,
dt,
dd {list-style:none;}
a:link,
a:visited {color:#666;text-decoration:none;}
a:hover,
a:active {color:#c00;text-decoration:underline;}

.clearBoth {clear:both;}
/* bug */
.clearfix:after {content:""; display:block; height:0px; clear:both; visibility:hidden;}
.clearfix {display:inline-block;}
.clearfix {display:block;}

