

body {
	visibility: visible;
	background: none;
}



table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background: white;
}


#bannerFont {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	font-color: #520;
}


#imgSpacer * {
	width: auto;
}

#tableHide * {
    	visibility: hidden;
	margin-left: -70;	
	background: white;
}

#tableShow * {
    	visibility: visible;
	margin-left: -70;
	background: white;
	
}






