p {
  font-family: Crimson Pro, serif;
  font-size: 18px;
  /* margin: 6px; */
}
.bodytext {
  font-family: Crimson Pro, serif;
  font-size: 18px;
}

.subhead {
  font-family: Arya, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.1em; /* Necessary for Arya which by default has too much line spacing */
  font-weight: bold;
}
.texnav {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  text-align: center;
}
.bodybold {
  font-family: Crimson Pro, serif;
  font-size: 18px;
  font-weight: bold;
}
.bodyital {
  font-family: Crimson Pro, serif;
  font-size: 18px;
  font-style: italic;
}
.head {
  font-family: Arya;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.1em;
  color: white;
  background-color: #01AD95; /* #42BCA7; */
  padding: 3px 8px;
  border-radius: 6px;
}
.bullet {
  font-family: Crimson Pro, serif;
  font-size: 18px;
  list-style-type: square;
  margin-top: 4px;
}
.bodyindent {
  font-family: Crimson Pro, serif;
  font-size: 18px;
  margin-left: 30px;
}

.bodysmall {
  font-family: Crimson Pro, serif;
  font-size: 11px;
}
.bodyindentbold {
  font-family: Crimson Pro, serif;
  font-size: 18px;
  margin-left: 30px;
  font-weight: bold;
}

/* Used for top box on desktop FAQ page */
.bodytextsanssmall {
  font-family: Arya, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.1em;
}

/* Used for top box on mobile FAQ page */
.bodytextsanslarge {
  font-family: Arya, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.1em;
}

.bodytextsans {
  font-family: Arya, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.1em;
}
.bodytextsansbold {
  font-family: Arya, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1em;
}

a:link {
  color: black;
}

/* visited link */
a:visited {
  color: #9966ff;
}

/* mouse over link */
a:hover {
  color: #3366ff;
}

/* Forms page */

/* Since this is a fake button we have to manipulate the CSS in order for it to look right.
The height and line-height have to be the same to center the text vertically. */
.formbutton {
  font-family: arial, sans serif;
  font-size: 18px;
  color: white;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  width: 150px;
  height: 40px;
  line-height: 40px;
  background-color: #0085C4;
  font-weight: bold;
  border-radius: 4px;
  display: block
}

.formbutton:hover {
  color: yellow
}

#btnSiginst: hover {
  color: yellow;
}

input[type="button"]:focus { outline:0; }
button:focus { outline:0; }

.allbuttons {
  font-family: Arya, sans serif;
  background-color:#0085c4;
  border-top: 1px solid #AEB6BF; /*gray;*/
  border-bottom: 1px solid #AEB6BF; /*gray;*/
  border-left: none;
  border-right: none;
  border-collapse: collapse;
  border-radius: 6px;
  display:block;
  color: white;
  font-size: 16px;
  line-height: 1.1em;
  padding:8px;
  width: 140px;
}
.allbuttons:hover {
  font-weight: bold;
  color: #98fb98; /*yellow;*/
}

.allbuttons_m {
  width: 98%;
  border-radius: 10px;
 }

.allbuttons_m button {
  background-color:#0085c4;
  border: 1px solid gray;
  display:block;
  color: white;
  font-size: 250%; /*36px;*/
  padding: 28px;
  width: 100%;
}
.allbuttons_m  button:hover {
  font-weight: bold;
}

/* Use this class instead of the pseudoclass :active so we can control it in JS (see ChangePage function) */
.activebutton {
  font-weight: bold;
  /* color: #98fb98; yellow; */
}

.backtoarticles {
  width: 200px;
  font-size: 1em
}