body
{
	MARGIN-TOP: 0px;
    	FONT-SIZE: 10pt;
    	COLOR: black;
    	FONT-FAMILY: Verdana;
    	BACKGROUND-COLOR: black
}
table
{
	background-color: black;
}
td.MenuHeader
{
	height: 20px;
	background: url("TopRight.gif") right top no-repeat;
}
td.MenuFooter
{
	height: 20px;
	background: url("BottomRight.gif") right bottom no-repeat;
}
td.MenuSectionSeparator
{
	height: 28px;
	background-color: black;
	border-top: 4px solid #CFC59A;
	border-bottom: 15px solid #CFC59A;
}
tr.MenuItem td
{
	width: 150;
	height: 24;
	color: #FFFFFF;
}
tr.MenuItem td a, tr.SelectedMenuItem td a, tr.MenuItem td a:hover, tr.SelectedMenuItem td a:hover
{
	color: #FFFFFF;
	background-color: black;
	width: 150;
	height: 24;
	padding: 0px 0px 0px 0px;
	font: bold 12px Verdana;
	text-decoration: none;
}
tr.MenuItem td a:hover, tr.SelectedMenuItem td a, tr.SelectedMenuItem td a:hover
{
	background-color: #333333;
}
td.MenuItemSeparator
{
	height: 1;
	background-color: #999999;
	background-image: none;
}
tr.MenuItem td img, tr.SelectedMenuItem td img
{
	position: relative;
	margin: 0px, 0px, 0px, 0px;
}