/* -----------------------------------------------------------------------------
   General settings
   -------------------------------------------------------------------------- */
body {
	margin-top: 0;
	background: white;
	color: rgb(20, 20, 92);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 75%;
}
@media print {
	body {margin: 0%;}
}
table { background-color: transparent; font-size: 100%; }
a.none { font-size: 100%; text-decoration: none; color: #FFF;}
