*{
	margin: 0;
	padding: 0;
}


.titleLevel3 em{
	right:50px;
	position:absolute;
	font-weight:normal;
	font-size:0.833em;
}

.titleLevel3{
	position:relative;
}

select, input, caption, label, td, th, span, table, textarea, font {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}

em {
	font-style: italic;
}

textarea{
	overflow: auto;
}

img, fieldset, table{
	border: 0;
}

table{
	table-layout: fixed;
	border-collapse: collapse;
}

form, p, ul, fieldset, ol{
	margin: 0;
	padding: 0;
}

input, label{
	vertical-align: middle;
}

ul, ol{
	list-style: none;
}

*+html legend{
	margin-left: -7px;
}

* html legend{
	margin-left: -7px;
}

strong{ font-weight: bold; }
 
/* Spacer */

.spacer {
	clear: both;
	display: block;
	height: 0;
	visibility: hidden;
}

/* Displays */

.displayBlock{
	display: block;
}

.displayNone{
	display: none;
}

/* Position */

.alignCenter{
	text-align: center;
}

.alignRight{
	text-align: right;
}

.alignLeft{
	text-align: left;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.posRelative{
	position: relative;
}

.beCentered{
	position: relative;
	margin: auto;
}
