.navh li {
	display: inline;
	list-style-type: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	}
.navh ul {
	/*/*/margin: 0;
	white-space: nowrap;
	padding: 0; /* */
}
.navh a {
	/*/*/padding: 0px 0px 0px 24px;
	border: 1px solid #333333;
	background-color: #0528FD;
	background-image:  ; /* */
}
.navh a:link, .navh a:visited {
	color: #000;
	/*/*/color: #EEEEEE;
	text-decoration: none; /* */
}
.navh a:hover {
	border: 1px solid #333333;
	background-color: #FD0505;
	background-image: ;
	color: #333333;
}
span.tcode {
	font-family: "Courier New", Courier, mono;
	font-size: 8px;
	color: #0000FF;

}
