* {
	margin: 0;
	padding: 0;
	outline: none;
}
img { border: none; }
.bold { font-weight: bold !important; }
.em { font-style: italic !important; }
.left { float: left !important; }
.right { float: right !important; }
.left, .right { display: inline !important; } /* IE fix */
.clear { clear: both !important; }
.justify { text-align: justify !important; }
.auto { width: auto !important; }
.full { width: 100% !important; }
.alignLeft { text-align: left !important; }
.alignRight { text-align: right !important; }
.alignCenter { text-align: center !important; }
.center {
	margin-left: auto !important;
	margin-right: auto !important;
}
.noBullet { list-style-type: none !important; }
abbr { cursor: help; }
.legacy {
	text-indent: -999em;
	text-decoration: none;
	font-size: 0;
	line-height: 0;
}
.handle { cursor: move !important; }