body {
background-color:#DCDCDC;
}

a, a:link, a:visited, a:active
{
	text-decoration: underline;
	color: black;
}
a:hover
{
	text-decoration: none;
	color: #629893;
}
/* Main Menu */
.SelectedTab    {
    font-size:  11px;
    font-weight:    bold;
	color:#B2CDCA;
}
.MainMenu_MenuContainer {
	background-color:transparent;
	padding-left:15px;
}
.MainMenu_MenuItem {
	cursor: pointer; 
	cursor: hand; 
	font-size: 10pt;
	font-style: normal; 
	border-left: #000000 0px solid; 
	border-bottom: #000000 1px solid; 
	border-top: #000000 1px solid; 
	border-right: #000000 0px solid;

}
.MainMenu_MenuBreak {
	border-bottom: #404040 1px solid; 
	border-left: #FF8080 0px solid; 
	border-top: #FF8080 1px solid;  
	border-right: #404040 0px solid; 
	background-color: #636363; 
	height: 1px;
}
.MainMenu_MenuItemSel {
	background-color: #B2CDCA;
	cursor: pointer; 
	cursor: hand; 
	color: White; 
	font-size: 10pt; 
	font-style: normal;
}
.MainMenu_SubMenu {
	z-index: 1000; 
	cursor: pointer; 
	cursor: hand; 
	background-color: #629893; 
	border-bottom: #FFFFFF 0px solid; 
	border-left: #FFFFFF 0px solid; 
	border-top: #FFFFFF 0px solid; 
	border-right: #FFFFFF 0px solid;
}
.MainMenu_RootMenuArrow {
	font-family: webdings; 
	font-size: 10pt; 
	cursor: pointer; 
	cursor: hand;
}
a.OtherTabs:LINK, a.OtherTabs:VISITED, a.OtherTabs:ACTIVE {
	color: black;
}
.OtherTabs {
    font-weight: bold;
    font-size: 8.5pt;
    color: black;
    font-family: Verdana;
    text-decoration: none;
}
.leftmenuitem
{
	background-color: #D1DFDF;
	color: white;
	font-family: Arial;
	height: 30px;
	border-left: 1px solid white;
	border-right: 1px solid white;
	border-bottom: 1px solid white;		
}
.leftmenuitem a, .leftmenuitem a:link, .leftmenuitem a:visited, .leftmenuitem a:active
{
	color: #619893;
	text-decoration: none;
	align: center;
	font-size: 9pt;
	width: 100%;
	text-align: center;
	float: left;
}
.leftmenuitem a:hover
{
	background-color: #619893;
	color: white;
}
.leftmenuitem:hover
{
	background-color: #619893;
}