body {
   font-size: 20px;
   background-color: #FFF;
   color: rgb(0, 0, 0);
   font-family: Arial,sans-serif;
   }
/*
*/
a {
	color: #996;
	text-decoration: none;
}
a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	color: #117;
	text-decoration: none;
}
a:active {
	color: #FF8;
}
a:hover {
	color: #338;
	font-style: italic;
	font-weight: 700;
}
tbody {
	font-size: 14px;
	line-height: 20px;
	font-weight: bold;
	color: rgb(0, 0, 0);
	font-family: Arial,sans-serif;
	}

div.darkback a {
	color: #996;
	text-decoration: none;
}
div.darkback a:link {
	color: #006;
	text-decoration: none;
}
div.darkback a:visited {
	color: #117;
	text-decoration: none;
}
div.darkback a:active {
	color: #FF8;
}
div.darkback a:hover {
	color: #FF8;
	font-style: italic;
	font-weight: 800;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

.TitleHeader { font-family: Helvetica,Arial,sans-serif; font-size: 14pt; font-weight: bold; color: #22A; margin: 10px; text-align: center; }

.memsHeader { font-family: Tahoma,Arial; font-size: 12pt; font-weight: bold; color: #778;
                  background-color: #FFFFF8; margin: 0px; }
.mems { font-family: Lucida Console,Courier; font-size: 10pt; background-color: #FFFFF8;}

.eventHeader { font-family: Tahoma,Arial; font-size: 12pt; font-weight: bold; color: #111;
                  background-color: #DDF; margin: 0px; }
.eventData { font-size: 10pt; background-color: #F8F8FF; margin: 0px; }

#menu {
/*position: absolute;*/
position: relative; 
top: 1em;
left: 0em;
width: 11em;/**/
color: #224;
font-size: 11px;
background: #CCE;
}

#menu dt {
cursor: pointer;
margin-left: 0px;
margin-right: 0px;
text-align: left;
border: 1px solid gray;
padding-left: 4px;
height: 16px;
line-height: 18px;
/*
margin-top: 2px;
margin-bottom: 2px;
background: #A9BFCB;
font-weight: bold;
*/
}

#menu dt:hover {
background: #AAC;
}

#menu dd {
position: absolute;
top: 20px; left: 20px;
font-size: 11px;
left: 4em;
border: 1px solid gray;
background: #CCE;
margin-top: -10px;
width: 11em;
/*
background: #A9BFCB;
z-index: 20;
*/
}

#menu ul {
/*
padding: 2px;
*/
}
#menu li {
text-align: left;
font-size: 11px;
/*font-size: 90%;*/
height: 18px;
line-height: 18px;
border: 1px solid gray;
padding-left: 4px;
}
#menu li a, #menu dt a {
color: #224;
text-decoration: none;
/*
display: block;
*/
}
#menu li:hover {
background: #AAC;
/*
text-decoration: underline;
*/
}
