body {
	font-family: Verdana, Arial, sans-serif;
}

.CurrentDate {
	font-size: 10pt;
	color: #006600;
}

.MainMenu_MenuContainer {
        width: 100%;
	background-color: transparent;
}
.RootMenuItem {
	height: 30px;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
	background-color: transparent;
}
.RootMenuItemActive {
	height: 30px;
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
	background-color: transparent;
}
.RootMenuItemSelected {
	height: 30px;
	font-size: 10pt;
	font-weight: bold;
	color: #FF6600;
	background-color: transparent; 
}
.submenuitemselected {
	font-size: 10pt;
	font-weight: bold;
	color: #006600;
	background-color: transparent;
}

.Copyright {
	font-size: 10pt;
	color: #006600;
}

.Login {
	font-size: 8pt;
	color: White;
}
a.Login:link {
	font-size: 8pt;
	color: White;
}
a.Login:visited {
	font-size: 8pt;
	color: White;
}
a.Login:active {
	font-size: 8pt;
	color: White;
}
a.Login:hover {
	font-size: 8pt;
	color: Silver;
}

