html {
	height:100%;
}
body {
	height:100%;
	margin:0%;
	padding:0%;
}

* {
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;
	font-size:12px;
	/*line-height:18px;*/
}

a:link, a:visited, a:active {
	color:#006CB0;
	text-decoration:underline;
}
a:hover {
	color:#999999;
	text-decoration:none;
}

