/* CSS Document */

Body {
	background: url('/portals/94/skins/et/images/BodyBackground.jpg') repeat-y;
    background-color: #2e7eb7;
	background-position:center;
}

.Normal, BLOCKQUOTE, .SubHead {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
color:#333333;
}
.NormalBold {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:13px;
font-weight: bold;
color:#333333;
}

.Subhead {
font-weight: bold;
}

H2 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:16px;
color:#000000;
font-weight: bold;
}

H3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:14px;
color:#2f7fb8;
font-weight: bold;
}

/* Main Menu */
.MainMenu_MenuContainer {
	background-color: transparent; 
	width: 150px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:26px;
	background-color: Transparent;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 12px;
	font-family: Arial;
	color: #FFFFFF;
	font-weight: bold; 
	font-style: normal; 
	border-left: #2f7fb8 0px solid; 
	border-bottom: #2f7fb8 1px solid; 
	border-top: 1px solid #2f7fb8; 
	border-right: #2f7fb8 0px solid;
	background-color: Transparent;
	line-height: 26px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	font-size: 12px;
	font-family: Arial;
	ccolor: #e2373f;
	color: white;
	font-weight: bold;
	ffont-variant:small-caps; 
	font-style: normal;
	background-color: #139cff;
	border-left: #2f7fb8 0px solid; 
	border-bottom: #2f7fb8 1px solid; 
	border-top: #2f7fb8 1px solid; 
	border-right: #2f7fb8 0px solid;
	line-height: 26px;

}
.MainMenu_MenuIcon {
	cursor: pointer; 
	cursor: hand; 
	background-color: #2f7fb8; 
	border-left: #2f7fb8 0px solid; 
	border-bottom: #2f7fb8 1px solid; 
	border-top: #2f7fb8 1px solid; 
	border-right: #2f7fb8 0px solid;
	text-align: center; 
	width: 1; 
	height: 1;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #2f7fb8; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-left: #2f7fb8 0px solid; 
	border-bottom: #2f7fb8 1px solid; 
	border-top: #2f7fb8 1px solid; 
	border-right: #2f7fb8 0px solid;
}
.MainMenu_MenuBreak {
	border-left: #2f7fb8 0px solid; 
	border-bottom: #2f7fb8 1px solid; 
	border-top: #2f7fb8 1px solid; 
	border-right: #2f7fb8 0px solid;
	background-color: #2f7fb8; 
	height: 1px;
}
.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-left: #2f7fb8 0px solid; 
	border-bottom: #2f7fb8 1px solid; 
	border-top: #2f7fb8 1px solid; 
	border-right: #2f7fb8 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
.Separator {
	color: Transparent;
	background-color: Transparent; 
	border-left: #2f7fb8 0px solid; 
	border-bottom: #2f7fb8 1px solid; 
	border-top: #2f7fb8 1px solid; 
	border-right: #2f7fb8 0px solid;
}

A.Login:link, A.Login:active, A.Login:visited, A.Login:hover {
	font-size: 11px;
	color: #ffffff;
}

.Normal A:link, .Normal A:visited, .Normal A:active, .Normal A:hover {
	color: blue;
	text-decoration: underline;
}