/*---navigation control---*/#myMenu {   width: 100%;  background-color: #bdd2ef;
	font: x-small "Lucida Grande";
	color: #000000;
}#myMenu span {  display: none;  visibility: hidden;
	font-size: x-small;
}#myMenu a {  display: block;  padding-right: 0.5em;  padding-left: 0.6em;  padding-top: 0.3em;  padding-bottom: 0.3em;  text-decoration: none;
	font-size: x-small;
}#myMenu a:link {  background-color: #bdd2ef;	COLOR: #000000; TEXT-DECORATION: none;	border-top: solid #ffffff 1px;
	font: x-small "Lucida Grande";
}#myMenu a:visited {  background-color: #bdd2ef;  color: #000000; TEXT-DECORATION: none; 	border-top: solid #ffffff 1px;
	font: x-small "Lucida Grande";
}#myMenu a:hover {  background-color: #77a2dc;  color: navy;	 TEXT-DECORATION: none;	border-top: solid #ffffff 1px;
	font: x-small "Lucida Grande";
}#myMenu a:active {  background-color: #77a2dc;  color: navy; TEXT-DECORATION: none; 	border-top: solid #ffffff 1px;
	font: x-small "Lucida Grande";
}.BodyStyle {  font-size: 80%; font-family: Lucida Grande; }

.RightStyle {  font-size: 70%; font-family: Lucida Grande; }A:link               { color: #0000ff; text-decoration :underline; }A:visited          { color: #0000ff; text-decoration :underline; }A:hover           { color: #FF8000; text-decoration :none; }
