body {
	font-family: Verdana, Arial, sans-serif;
}

.CurrentDate {
	font-size: 10pt;
	color: Green;
}

.MainMenu_MenuContainer {
        width: 100%;
	background-color: #339966;
}
.RootMenuItem {
	height: 40px;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #339966;
}
.RootMenuItemActive {
	height: 40px;
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #00B394;
}
.RootMenuItemSelected {
	height: 40px;
	font-size: 10pt;
	font-weight: bold;
	color: #8EFFEB;
	background-color: #00B394;
}
.submenuitemselected {
	font-size: 10pt;
	font-weight: bold;
	color: White;
	background-color: #00B394;
}

.Copyright {
	font-size: 10pt;
	color: Green;
}

.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;
}

