* {
	margin: 0;
	padding: 0;
}

html,body,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,p,blockquote,table,th,td {
  margin: 0;
  padding: 0;
  font-family: inherit;
  list-style: none;
}

table, tr, td, th {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, pre, code, input, select, textarea {
	font-size: 100%;
	font-family: inherit;
}

label, input.button {
	cursor: pointer;
	cursor: hand;
}

p, dt, dd {
	margin: 0 0 1em 0;
}

body {
	background-color:#FFF;
  color: #333333;
  font-size: 101%;
  font-family: arial, helvetica, sans-serif;
}

.clearfix {
	zoom: 1;
}

.clearfix:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}