@charset "utf-8";
/* CSS Document */

* {
	margin:0px;
	padding:0px;
	text-decoration:none;
}
html,body,div,id,img,span,p,a,ul,li,h1,h2,h3,h4,h5,h6,form,label,input {
	margin:0px;
	padding:0px;
	text-decoration:none;
	border:none;
}
body,* html {
	margin:0px;
	padding:0px;
	background-color:#FFF;
	_height: 100%;
	min-height: 100%;
	max-height: 100%;
}
html > body {
	min-height:100%;
	height:100%;
}
.clearBoth {
	clear:both;
}
form {
	margin:0px;
	padding:0px;
}
