/*
/* Remove padding and margin */
* {
	margin: 0;
	padding: 0;
	outline:none;
}
img {
	border:0;
}

/* Removes fieldset borders */
fieldset {
	border: 0 none;
}

/* Tables *****************************/
table { 
	border-collapse: collapse;
	border:0 none;
}
td {
	text-align: left;
	font-weight: normal;
}

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

.bold { font-weight:bold; }
.italic { font-style:italic; }

.float-left { float:left; }
.float-right { float:right; }

.preload { position:absolute; top:-9999px; left:-9999px; visibility:hidden; width:1px; height:1px; overflow:hidden; }
.preload img { width:1px; height:1px; visibility:hidden; }

.clear { clear:both; width:0; height:0; overflow:hidden; line-height:0; display:block; }