BODY {
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	font-size: 16px;
	line-height: 22px;
	margin: 0px;
	color:#000000;
}

a {	font-size: 16px;
	color: #cecece;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration:none
}

.hidden {
display:none;
}