	
table.banner {
  margin: 0;
  font-size: 80% /*smaller*/;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  /*
  position: absolute;*/            /* Fallback if 'fixed' is not supported */
  /*
  position: fixed;
  top: 2em;
  left: auto;
  width: 8.5em;
  right: 2em;
  */
}

table.banner td {
  margin: 0; 
  padding: 0.3em 0.4em;
  font-family: Arial, sans-serif;
  background: #004D9F;
  border-left: 1px #1E387D inset;
  border-right: 1px #1E387D inset;
  color: white;
  white-space: nowrap
}
/*
table.banner td:first-child { border-left: none }
table.banner td:last-child { border-right: none }
*/

table.banner a, div.banner em { display: block; margin: 0 0.5em }
table.banner a, div.banner em { /*border-top: 1px groove #1E387D; border-bottom:  1px groove #1E387D*/ }
table.banner em { color: #CFC }

table.banner a:link { text-decoration: none; color: white }
table.banner a:visited { text-decoration: none; color: white }
table.banner a:hover { background: #CCCCCC; color: white }
table.banner td.selected { background: white; color: #1E387D }

