body,table 
{  
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: grafit;
	text-align: justify;
	background-color: white;
}
td.top1 
{
	background-color: silver;
	border-bottom: 1px solid black;
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
	
}
td.top2 
{
	color: red;
	font-family: Arial, Helvetica, sans-serif;
	background-color: white;
	border-bottom: 1px solid #000000;
	font-size: 8pt;
	font-weight: bold;
}
td.menu
{
	background-color: #99CCFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #666666;
	font-weight: bold;
	border-bottom: 1px solid #666666;
	border-top: 1px solid silver;
		
}
table.menu
{
	background-color: silver;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: gray;
	font-weight: bold;
	border-bottom: 1px solid black;
	text-align: justify;
}
a {color: #666666}
a:visited{color: #666666}
a.menu{color: #666666; text-decoration: none;}
a.menu:visited{color: #666666; text-decoration: none;}
a.menu:hover{color: white; text-decoration: none;}


