/* CSS Document */


body {
	background-color: #f8fbfd;
	margin-left: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	font:10px trebuchet, geneva, Arial, Helvetica, sans-serif;
	color:#666;
}

a {color:#666; text-decoration:underline;}
a:hover {text-decoration:underline; color:#999;} 

.hidden {display:none;}