@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	text-decoration:none;
	outline:none;
}
html,body,div,id,img,span,p,a,ul,li,h1,h2,h3,h4,h5,h6,form,label {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}
.clearBoth {
	clear:both;
}
.noBg {
	background:none;
}
