body {
	font-size: 12px;
	font-weight:bold;
	color: #777777;
	font-family: Verdana;
	background-color:#F8F8F8;
	}
a { text-decoration: none ;color:#777777 }

.td
{font-size:12px;font-weight:bold;color:#777777;}

.item
{
	font:normal 112px;
	font-weight:bold;
	text-align: left;
	height:24px;
}
.mouseover
{
	font:normal 12px;
	font-weight:bold;
	color: #FFFFFF;
	text-align: left;
	background-color:#4A70A8;
}
.selected
{
	font:normal 12px;
	font-weight:bold;
	text-align: left;
	color: #777777;
}
.selectedTD
{
	color: #FFF;
	background-color:#000;
}

TD{font-weight:bold;}

select{
    font-family: Verdana;
}
.SubMenuStyle   
{
    position:absolute; 
    border-style:outset;border-width:1px;
    background-color:#cc99ff;
    visibility:hidden;
    z-index: 1;
}
.SubMenuItems       
{
    font-family:Verdana;font-size:9pt;
    background-color:#b0b0b0;
    color:black;
    cursor:hand;
}
.SubMenuCursorItem 
{
    font-family:Verdana;font-size:9pt;
    background-color:#606060;
    color:white;
    cursor:hand;
}
.MenuTable
{
    table-layout: automatic;
    background-color:#b0b0b0;
}