@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600&display=swap");

html, body, div, p, li, th, td, a, input, select, select option, textarea {
  font-family: "Open Sans", "Helvetica Neue", helvetica, arial, sans-serif;
  xfont-size: 0.95em;
}
html, body {
  color: black;
  background-color: white;
  width: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

.sectionTitle {
  color: #500000; 
  xfont-size: 1.3em; 
  font-weight: bold;
}

h1 {
  color: #500000 !important;
  font-size: 1.75em !important;
}

h1 a {
  color: #500000 !important;;
  text-decoration: none; 
}

h2, h1.sectionTitle {
  color: #500000;
  font-size: 1.5em;
}

h3, h2.sectionTitle {
  color: #005A84;
}
h3 {
  font-size: 1.3em;
}

h4, h3.sectionTitle {
  font-size: 1.2em;
}

a img {
  border: none;
}

.hidden {
  display: none;
  visibility: hidden;
}

.printMe {
  display: none;
  visibility: hidden;
}

.small {
  font-size: small;
}

.center, .centered {
  margin: auto;
  text-align: center;
}

.indent {
  padding-left: 20px;
}

.doubleIndent {
  padding-left: 40px;
}

.mainMenu, a.mainMenu, a.mainMenu:link, a.mainMenu:visited {
  color: #005A84; 
  font-weight: bold;
}