@CHARSET "UTF-8";

/**
 *	Main Styles
 */
body, html, img, table {
	margin: 0px;
	padding: 0px;
}

/**
 *	Floating
 */
.fl {
	float: left;
}
.fr {
	float: right;
}

/**
 *	Text alignment
 */
.al {
	text-align: left;
}
.ar {
	text-align: right;
}
.ac {
	text-align: center;	
}

/**
 *	Clearer
 */
.c {
	clear: left;
}

/**
 *	Hider
 */
.h {
	display: none;	
}

/**
 *	Autowidth
 */
.wauto {
	width: auto;
}

/**
 *	Images should have no border by default
 */
img {
	border: 0px;
}