@charset "utf-8";
/* CSS Document */

a:link {
	text-decoration:none;
	color:#000000;
}
a:visited {
	text-decoration:none;
	color:#000000;
}
a:hover {
	text-decoration:none;
	color:#999999;
}
a:active {
	text-decoration:none;
	color:#000000;
}

html, body {
	height: 100%;         /* required */
}

body {
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	/*color:#F2F2E5;*/
	color:#FFFFFFF;
	width:100%;
	text-align:center;
	padding:0;
	margin:0;
	/*background-color: #F2F2E5;*/
	background-color: #FFFFFF;
}
