BODY.*
{
	background: url('images/halfwild.gif');
	font-family: Verdana, Arial, Times New Roman;
}

BODY.
{
	background: url('images/halfwild.gif');
	font-family: Verdana, Arial, Times New Roman;
}


.MainTable
{
	background: whitesmoke;
	border: 1 solid darkblue;
}

.MenuBar
{
	background: darkgray;
	vertical-align: baseline;
}

.MenuTable
{
	color: white;
	text-decoration: none;
	font-size: 14pt;
}

.MenuCell {	   text-decoration: none; height: 20px; }
.MenuCellHover{	 cursor: hand;	background: darkblue;	}
.MenuCellOn{	 background: darkblue;	}
.MenuText { font-weight:bold; color:white; font-size: 12; text-decoration: none; }
.MenuTextHover { font-weight:bold; color: white;  font-size: 12; text-decoration: none; }
.MenuTextOn { font-weight:bold; color: white;  font-size: 12; text-decoration: none; }

.BottomLink
{
	font-size: 8pt;
	color: blue;
	text-decoration: none;
}

.BottomLink:hover
{
	text-decoration: underline;
}

.BottomLink:visited
{
	color: blue;
}


