@charset "utf-8";
/* CSS Document */
.body
 {font-family:trebuchet MS;
 size:12px;
 font-style:italic;}

.todo
{
 font-family:trebuchet MS;
 size:12px;
 font-style:italic;
}

.MainMenu_MenuContainer {
	
               background-color: transparent;    
               padding-left:15px;
               padding-right:6px;
}

.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand; 
}

.MainMenu_MenuItem {
	background: transparent;
	color: #fff; 
	font-family: trebuchet MS; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	padding-left:15px;
                padding-right:6px;

}

.MainMenu_MenuItemSel {
	
                background: transparent;
	color: #fff; 
	font-family: trebuchet MS; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	padding-left:15px;
                padding-right:6px;
	

}

.MainMenu_MenuIcon {
	display: none;
}


.MainMenu_SubMenu {
	z-index: 1000; 
	filter: none;
                background:#6995C5 ;
                background-image:
	color: #fff; 
	font-family: trebuchet MS; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	padding-left:15px;
                padding-right:6px;
	
}

.MainMenu_MenuBreak {

	background: transparent;
	color: #fff; 
	font-family: trebuchet MS; 
	font-size: 12px; 
	font-weight: bold; 
	font-style: normal; 
	padding-left:15px;
                padding-right:6px;}



.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	border-right: #485f91 1px solid; 
	border-bottom: #485f91 1px solid; 
	border-top: #485f91 0px solid;
	display: none;
}

.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
	display: none;
}











