body {
  background: #FFFFFF;
  margin-top: 1%;

  font-family: "Open Sans";
  font-size: 1em;
  color: #0D4E90;
}
.main-div {
  text-align: center;
}

.desc-div {
  text-align: center;
}


h1 {
    color: #0D4E90;
    font-size: 1.4em;
	font-family: "Open Sans";
}

h2 {
    color: #0D4E90;
    font-size: 1.4em;
    font-family: "Jura";
    font-weight: bold;
}

h3 {
    color: #757575;
    font-size: 1.2em;
    font-family: "Ubuntu";
    font-weight: bold;
}

h4 {
    color: #FFFFFF;
    font-size: 1.1em;
    font-family: "Open Sans";
    font-weight: bold;
}

h4 a {
    color: #0D4E90;
    font-size: 1.1em;
    font-family: "Open Sans";
    font-weight: bold;
}

hr {
    color: #666666;
    height: 1px;
}

.txt1 {
    color: #0D4E90;
    font-size: 1em;
    font-family: "Ubuntu";
    font-weight: normal;
}

.txt2 {
    color: #0D4E90;
    font-size: 0.8em;
    font-family: "Ubuntu";
    font-weight: bold;
}

.txt3 {
  color: #0D4E90;
  font-family: "Jura";
  font-size: 1em;
}

.footer {
  margin: 20px 0px 40px 0px;
}

div.stickyheader {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #FFFFFF;
  max-height: 120px;
  box-shadow: 2px 8px 9px 2px #666666;
  z-index: 1000;
}

.btn-blue {
	color: #FFFFFF;
    background: #0D4E90;
    font-size: 1em;
    font-family: Tahoma;
    font-weight: bold;
}

a.hdr_lnk {
    color: #0D4E90;
    font-size: 1em;
    font-family: "Jura";
    font-weight: bold;
}

