@charset "utf-8";
/* CSS Document */

* { padding: 0; margin: 0px auto; }
table, tr, td, th  { padding: 0px; margin: 0px; }
/* slightly enhanced, universal clearfix hack */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
.clearfix { display: inline-block; }

/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* stop commented backslash hack */

p { text-align: left; padding: 0px 0px 20px 0px; }

img { border: 0px; }

.floatleft { float: left; }
.floatright { float: right; }

ul { list-style-type: none; }