body
{	background: #5D8481 url(./images/menu_middle.png) repeat-x;
}
body, div, td
{	color: white;
	margin: 0px;
	font-size: 9pt;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
}
div.middle{	margin: 10px; padding: 0px; width:580px}
div.bottom{	margin: 10px; padding-top: 10px; width:560px}

.small	{	font-size: 9pt; }
.large	{	font-size: 11pt; }
.vlarge	{	font-size: 12pt; }
a		{ color: #FFD700; text-decoration: none; }
a:hover	{	color: white; text-decoration: underline; }
a.small	{	color: #70FF70; font-size: 8pt; }
a.small:hover	{ color: white; text-decoration: none; }

table.menu
{	background: transparent url(./images/menu_left.png) no-repeat;
	color: white;
	width: 575px;
	height: 44px;
}
table.menu, tr.menu, td.menu
{
	margin: 0px;
	padding: 0px;
}
a.menu
{	color: white;
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	font-size: 8pt;
	font-variant: small-caps;
	font-weight: bold;
}
a.menu:hover	{ color: #70FF70; text-decoration: none;}
.selected
{	text-decoration: underline;
}
