* {
	font-size: 11px;
	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
}

body {
	margin: 0px;
 	overflow: hidden;
	background-color: #f0f0f0;

	font-family: "Lucida Sans", Verdana, Arial, sans-serif;
}

a {
	color: darkblue;
	text-decoration: none; 
}

a:hover {
	color: darkblue;
	text-decoration: underline;
}

/* FLOATING ITEMS ALIGNEMENT */

.aligner {
	clear: both;
}

.alignerLeft {
	clear: left;
}

.alignerRight {
	clear: right;
}

/* LOGIN FORM PAGE */

.mediumCenter {
	border: solid 1px #e0e0e0;
	padding: 5px;
	background-color: #ffffff;
	width: 580px;
	position: absolute;
	top: 40%;
	left: 50%;
	margin-left: -230px;
	margin-top: -150px;
	overflow: auto;
}

