
body {
	color: #000;
	background-color: #fff;
}

/* --- reset of default margins & padding --- */
html, body, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, ul, li, fieldset, form, label, table {
	margin: 0px;
	padding: 0px;
}

/* --- tags --- */
img { border: 0; }
table { border-collapse: collapse; border-spacing: 0; }
form, table { font-size: 100%; }
hr { display: none; }

/* --- align --- */
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }

/* --- floating --- */
.floatLeft { float: left; }
.floatRight { float: right; }
img.floatLeft { margin: 0 15px 15px 0; }
img.floatRight { margin: 0 0 15px 15px; }

.reset {
	display: block;
	font-size: 0px;
	line-height: 0px;
	height: 0.1px;
	overflow: hidden;
	clear: both;
}
.hide { display: none; }

