@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Open+Sans%3Aregular%2Citalic%2C700&#038;ver=1.8.8#038;subset=latin");

body {
  font-family: FontAwesome, "Open Sans", sans-serif, Sans, Arial, Helvetica;
  font-size: 1.05rem;
  max-width: 1152px;
}

a { color: rgb(0,0,255); text-decoration: none; } 
a:hover { text-decoration: underline; }
sup { font-size: 0.72em; }
sub { font-size: 0.72em; vertical-align: -15%; }


.title {
  color: #384DA0;
  font-weight: normal;
  font-size: 1.5em;
  margin-top: 1em;
}

.subtitle {
  color: #384DA0;
  font-weight: normal;
  font-size: 1.3em;
  margin-top: 1.3em;
  margin-bottom: 0em;
}

.subsub {
  color: #384DA0;
  font-weight: normal;
  font-size: 1.15em;
  margin-top: 1.3em;
}

.contentseg {
  clear: left;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #c0c0c0;
}

.leader {
  color: #384DA0;
  font-weight: bold;
  margin-bottom: 0.3em;
}

.sublead {
  color: #384DA0;
  font-size: 1em;
  font-weight: normal;
}

.content {
  margin-left: 1em;
  margin-right: 1em;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 2em;
  text-align: justify;
}

.imgfloat {
  margin-bottom: 0.5em;
  margin-right: 1em;
  float: left;
}

.navbarcell {
  background: #202080;
  height: 1.8rem;
  padding-left: 2em;
  padding-right: 2em;
}

.navbarcell:hover, .navbarcellhere {
  background: #e0c080;
}

.navbarlink {
  color: #ffffff;
  font-size: 1rem;
}

.navbarlink:hover {
  color: #384DA0;     
}

th {
  background: #202080;
  height: 1.8em;
  color: #ffffff;
  text-align: center;
}

tr.odd {
  background: #eeeeee;
}

tr.gray {
  background: #b0b0b0;
}

tr.highlight {
  background: #a0c0ff;
  font-weight: bold;
}

td, th {
  white-space: nowrap;
  padding-left: 1em;
  padding-right: 1em;
}

hr.shaded { 
  border: 0; 
  height: 1px; 
  background-image: -webkit-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -moz-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -ms-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0);
  background-image: -o-linear-gradient(left, #f0f0f0, #8c8b8b, #f0f0f0); 
}

li {
  margin-bottom: 0.2em;
}
