
body
{
	background-image: url("images/interface/menubg.jpg");
	background-attachment: scroll;
	background-repeat: repeat-x;
}

.menu ul li img
{
	display: none;
}

body, #header, #header .menu, #header .menu ul
{
	margin-top: 0px;
	padding-top: 0px;
}

#header .menu span:hover
{
	background-image: url("images/interface/menu_hlite_bg.jpg");
	color: Black;
}

#header .menu ul li a span
{
	cursor: hand;
	display: inline;
	_display: inline-block;
	padding-top: 4px;
	_padding-top: 3px;
	margin-top: 0px;
	padding-left: 1em;
	padding-right: 1em;
	height: 31px;
	_height: 32px;
	background-image: url("images/interface/menubg.jpg");
	color: White;
	vertical-align: middle;
	text-decoration: none;
	font-weight: bold;
}

.bodycontent
{
	text-align: justify;
}

/*
td
{
	padding-top: 2em;
	margin-top: 2em;
	padding-left: 0.5em;
}
*/