/* CSS Document */


body{
	font-family: verdana;
}
table.menubar{
	font-family: verdana;
	font-size: 8pt;
	text-align: center;
}
a.menubar{
	font-family: verdana;
	text-decoration: none;
	color: black;	
}
a.menubar:hover{
	text-decoration: underline;
	color: yellow;
}
a.current{
	font-family: verdana;
	text-decoration: none;
	color: black;
}
a.current:hover{
	text-decoration: underline;
	color: black;
}