body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

.BannerPane {
	width: 780px;
	height: 102px;
}

.HeadText {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #94b46d;
}

.TableHeadText {
	font-family: "Arial Black", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #D9B358;
}

.SubheadText {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	color: #214f99;
}

.SearchText {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	margin-left: 25px;
	color: #48562e;
}

.BodyText {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #5e5c5b;
}

.NavBoldText {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	line-height: 18px;
	margin-left: 25px;
	color: #6672a6;
}

.FooterText {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #999999;
}



/* SolPart Menu */

.MainMenu_MenuContainer {
}
 
.MainMenu_MenuBar {

} 

.MainMenu_MenuItem {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6672a6;
	border-bottom: #e9ebf2 0px solid;
	border-top: #e9ebf2 0px solid;
}

.MainMenu_MenuIcon {
	border-bottom: #e9ebf2 0px solid;
	border-top: #e9ebf2 0px solid;
	/* don't want border right and left (even set to 0px), or we get shifting */
}

.MainMenu_MenuItemSel {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6672a6;
	background-color: #FFFFFF;
}

.MainMenu_MenuBreak {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #6672a6;
	background-color: #FFFFFF;
}


.MainMenu_MenuArrow {
	border-bottom: #e9ebf2 0px solid;
	border-top: #e9ebf2 0px solid;
}

.MainMenu_MenuRootArrow {
}

.MainMenu_Separator {
}


.MainMenu_RootItem {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 19px;
	font-weight: bold;
	color: #6672a6;
	background-color: transparent;
	padding-bottom: 4px; /* vertically spaces root menu items */
}

.MainMenu_SubMenu {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #94b46d;
	background-color: #e9ebf2;
}

.MainMenu_RootItemActive {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #94b46d;
	background-color: transparent;
}

.MainMenu_SubMenuItemActive {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #94b46d;
	background-color: #e9ebf2;
}

.MainMenu_RootMenuItemSelected {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #94b46d;
	background-color: transparent;
}

.MainMenu_SubMenuItemSelected {
	font-family: Palatino, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #94b46d;
	background-color: #e9ebf2;
}
 
