BODY	{
        FONT-FAMILY: verdana, arial, geneva, sans-serif;
	FONT-SIZE: 8pt;
 	MARGIN:0;
}
TABLE	{
	width: 100%;
	height: 100%;
	border-width:"5px";
}
TR	{
	text-align: center;
	/*height: 10px;*/
}
TD	{
        FONT-FAMILY: verdana, arial, geneva, sans-serif;
	COLOR:#000090;
	FONT-SIZE: 8pt;
/*	height: 10;*/
}

#tablist{
	padding: 3px 0;
	margin-bottom: 0;
	margin-top: 0px;
	text-align: center;
	/*font: bold 12px Verdana;
	FONT-FAMILY: verdana, arial, geneva, sans-serif;
	text-align:centre;*/
}

#tablist li{
	list-style: none;
	display: inline;
	margin: 0;
	margin-top:10px;
}

#tablist a{
	text-decoration: none;
	padding: 3px 0.5em;
	/*margin-left: 3px;*/
	border: 1px solid #778;
	/*border-bottom: none;*/
	background: white;
}

#tablist a:link, #tablist li a:visited{
	color: navy;
}

#tablist a:hover{
	color: #000000;
	background: #C1C1FF;
	border-color: #227;
}

#tablist a.current{
	background: lightyellow;
}


