/* global */

a:link { color: #000000; background: transparent;}
a:visited { color: #000000; background: transparent;}
a:hover { color: #0000CC; background: transparent;}

body {
	background: #fff;
	font-size: 10pt;
	color: #000000;
	font-family: helvetica, arial, sans-serif; 
}

td {
	background: #fff;
	font-size: 10pt;
	color: #000000;
	font-family: helvetica, arial, sans-serif; 
}

.black {
	background: 000000;
}
.cyan {
	background: #CCFFFF;
}

.big {
	font-size: 14pt;
}

