/* ---------------------------------------------------------------------------------------------------------------------------- */
*, html, body {
	/* Reset browsers default margin, padding and font sizes */
	margin: 0 ;
	padding: 0;
}


html {
	font-size: 100%;
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 100%;
}

.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack*/
html {
	
	height: 100%!important;
	height: auto;
}

body {FONT-FAMILY: Tahoma,  Arial;font-size: 11px; margin: 0 ;text-align:center;}
table {border:0;border-spacing:0px;border-collapse:collapse;font-size:11px;}
a{text-decoration:none;}
img{border:0;margin:0;padding:0;}

/***** LAYOUT *****************************************************************/
.clearboth{clear:both;}
.floatleft{float:left;}
.floatright{float:right;}

.pdt8{padding-top:8px;}

.pdt6{padding-top:6px;}
