body {
	background-color: #D2DDE3;
	background-repeat: repeat-x;
	background-image:url(bg-body-sub2.jpg);
	font-family:Arial, Helvetica, sans-serif;
}

#footer {
	font-size:80%;
	text-align:center;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
	color:#ffffff;
}
.Normal,.NormalDisabled
{
    font-family:"Trebuchet MS", Verdana, Arial, sans-serif;
    font-size: 16px;
	 line-height: 20px; 
    font-weight: normal;
}
/* Main Menu */
.MainMenu_MenuContainer {
	
	background-color: Transparent;
	border-top: 0px solid black;
	border-bottom: 0px solid black;
	height:25px;
}
.MainMenu_MenuBar {
	cursor: pointer; 
	cursor: hand;
	height:16;
	background-color: Transparent;
}

.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	color: black; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal; 
	border-left: white none 0px; 
	border-bottom: white none 0px;  
	border-top: white none 0px; 
	border-right: white none 0px; 
	background-color: Transparent;
	height:25px;
}


.MainMenu_MenuIcon {
	display:none;
	cursor: pointer; 
	cursor: hand; 
	background-color: #56667F; 
	border-left: #cccccc solid 1px; 
	border-bottom: #cccccc solid 1px; 
	border-top: #cccccc solid 1px;
	text-align: center; 
	width: 0px; 
	height: 21;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #F3F3F3; 
	filter:progid:DXImageTransform.Microsoft.Shadow(color='DimGray', Direction=135, Strength=3); 
	border-bottom: #000000 1px solid; 
	border-left: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 1px solid;
}
.MainMenu_MenuBreak {
	border-bottom: #EEEEEE 0px solid; 
	border-left: #EEEEEE 0px solid; 
	border-top: #EEEEEE 0px solid;  
	border-right: #EEEEEE 0px solid; 
	background-color: #EEEEEE; 
	height: 0px;
}
.MainMenu_MenuItemSel {
	cursor: pointer; 
	cursor: hand; 
	color: blue; 
	font-family: Tahoma, Arial, Helvetica; 
	font-size: 11pt; 
	font-weight: normal; 
	font-style: normal;
	height: 25px;
}


.MainMenu_MenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand; 
	border-top: black none 0px;
	border-bottom: black none 0px;
	border-right: black none 0px;
	border-left: black none 0px;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}

/*-------- 
TopMenu CSS Settings
-----------*/
 
.TopMenuBar { font-size:12px; border-bottom: 1px solid black;}

.TopMenuBar a { color: #465721; font-weight: bold;}

.TopMenuBar a:hover {text-decoration: none; color:#cc0000; }

/*.TopMenuBar a:visited { color: #465721; }*/


