* {
	margin: 0;
	padding: 0;
}

img {
	border: none;
}

table {
	border-collapse: collapse;
}

body {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 11px;
}

.floatLeft {
    float: left !important;
}

.floatRight {
    float: right !important;
}

.clearBoth {
    clear: both;
}

.displayNone {
    visibility: hidden;
}

.displayBlock {
    display: block;
}

.clearLeft {
	margin-left: 0 !important;
}

.clearRight {
	margin-right: 0 !important;
}

.clearTop {
	margin-top: 0 !important;
}

.clearBottom {
	margin-bottom: 0 !important;
}

.fullWidth {
	width: 100%;
}

.halfWidth {
	width: 50%;
}
