H1 {
	font-family: "Lucida Sans Unicode",Ariel, serif;
	text-align: center;
	margin: 0;

}

H2 {
	font-family: "Lucida Sans Unicode",Ariel, serif;
	color: #2d2d2d; 
	padding: 2px;
}

UL{
	list-style: none;
	margin:0;
	padding:0;
}

IMG{
	border: none;
	outline: none;
}

A{
	color: #FFF;
	text-decoration: none;
	outline: none;
}

p,
label {
	margin: .95em 0em .95em 0em;
	font-size: 12px; 
	line-height: 18px;
}

.floatLeft{
	float: left;
}

.floatRight{
	float: right;
}

.clearBoth{
	clear: both;
}

.hidden{
	position: absolute;
	left: 0px;
	top: -5000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}