body
{
	font-size: 8pt;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica;
	background-color: #000000;
}


.MainMenu_MenuContainer {
	background-color: transparent; 
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}
.MainMenu_MenuItem
{
	border-right: transparent;
	border-top: transparent;
	font-weight: bold;
	font-size: 9pt;
	border-left: transparent;
	cursor: hand;
	color: #ffffff;
	border-bottom: transparent;
	font-family: Verdana, Arial, Helvetica;
	background-color: transparent;
}

.MainMenu_MenuIcon
{
	border-top: transparent;
	border-left: transparent;
	width: 21px;
	cursor: hand;
	color: #ffffff;
	border-bottom:transparent;
	height: 22px;
	background-color: #444444;
	text-align: center;
}
.MainMenu_SubMenu {
	background-color: #444444; 
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
}
.MainMenu_MenuBreak {
	height: 1px;
}
.MainMenu_MenuItemSel
{
	font-weight: bold;
	font-size: 9pt;
	cursor: hand;
	color: #ffff00;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica;
	background-color: #444444;
}
.MainMenu_MenuArrow {
	border-right:transparent; 
	border-bottom: transparent; 
	border-top: transparent;
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	color: #ffff00;
	cursor: pointer; 
	cursor: hand;
}

a:link
{
	font-weight: bold;
	font-size: 10pt;
	color: blue;
	font-family: Verdana, Arial, Helvetica;
	text-decoration: underline;
}a:visited {	font-family: Verdana, Arial, Helvetica;	font-size: 10pt;	color: blue;	text-decoration: underline;	font-weight: bold;}a:hover {	font-family: Verdana, Arial, Helvetica;	font-size: 10pt;	font-weight: bold;	color: blue;	text-decoration: underline;}a:active {	font-family: Verdana, Arial, Helvetica;	font-size: 10pt;	color: blue;	text-decoration: underline;


