body {  
  background: white;
}

a { 
  color: rgb(14, 41, 115);
  text-decoration: none;
  font-weight: bold;
}

a:hover { 
  text-decoration: underline;
}

a:link { 
  color: rgb(14, 41, 115);
}

a:visited { 
  color: rgb(14, 41, 115);
}

a:active { 
  color: rgb(14, 41, 115);
}

span.emph {
  font-weight: bold;
}

pre.address {
  margin-left: 2em;
}

h1.FMG {  
  color: white;
  font-weight: bold;
}

table.data {
}

.data tr {
  background: white;
  padding: 0.2em 0.2em;
}

.data th {
  color: white;
  background: rgb(14, 41, 115);
  font-weight: bold;
  text-align: left;
  padding: 0.2em 0.2em 0.3em 0.3em;
  border-left: thin solid white;
  border-top: thin solid white;
}

.data td {
  padding: 0.2em 0.2em 0.3em 0.3em;
  border-left: thin solid white;
}
