.style1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.style2 {font-size: 10pt}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #716F64;
}
.style3 {font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 10pt; }

/* Content */
#contentPane {
	padding-top:9px;
}


/* Main Menu */
.MM_MenuContainer {
	background-color: Transparent;
}
.MM_MenuBar {
	cursor: pointer; 
	cursor: hand;
}
.MM_MenuBar TD{
	width:182px;
	height:23px;
}
.MM_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	line-height: 30px;
	font: 12px Arial, Helvetica, sans-serif;
	color:#868686;
	border-left:none; 
	border-bottom:none; 
	border-top:none; 
	border-right:none;
	background-color: Transparent;
}
.MM_MenuItem TD{
	line-height: 30px;
}
.MM_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #ededed; 
	border-left: #ededed 1px solid; 
	border-bottom: #ededed 1px solid; 
	border-top: #ededed 1px solid; 
	text-align: center; 
	width: 1; 
}
.MM_SubMenu {
	z-index: 1000;
	cursor: pointer; 
	cursor: hand; 
	background-color: #ededed; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #868686 2px solid; 
	border-left: #868686 2px solid; 
	border-top: #868686 2px solid; 
	border-right: #868686 2px solid;
	line-height: 30px;
}
.MM_MenuBreak {
	background-color: Transparent;
	color: #B2C5EE;
	vertical-align:middle;
	width: 2px;
	border-bottom:none;
	border-top:none;
}
.MM_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font: 12px Arial, Helvetica, sans-serif;
	color: #1b2d83;
	background:#ededed;
	border-left:none; 
	border-bottom:none; 
	border-top:none; 
	border-right:none;
	line-height: 30px;
}
.MM_MenuArrow {
	border-bottom:none; 
	border-right:none;
}
.MM_RootMenuArrow {
}

.MM_RootMenuItem {
	height:23px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight:bold;
	color: #000000;
	background:transparent;
	text-indent:15px;
}

.MM_RootBreadcrumb {
	height:23px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight:bold;
	color:#FF0000;
	background:url(menu_over.gif) no-repeat left center;
	text-indent:15px;
}

.MM_RootMenuSelected {
	height:23px;
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight:bold;
	color:#FF0000;
	background:url(menu_over.gif) no-repeat left center;
	text-indent:15px;
}
