.NormalText {
  font-family : Tahoma, Times New Roman;
  font-size : 12pt;
  color : black;
}

.heading {
  font-family : Aharoni;
  font-size : 20pt;
  color : #415AC5;
  font-weight : bold;
  text-decoration : underline;
}

.heading2 {
  font-family : Thoma, Times New Roman;
  font-size : 16pt;
  color : #415AD1;
  font-weight : bold;
}

.link {
  font-family : Thoma, Times New Roman;
  font-size : 13pt;
  color : white;
  text-decoration : none;
}

.link:hover {
  font-family : Thoma, Times New Roman;
  font-size : 13pt;
  color : white;
  text-decoration : underline;
}

.llinks {
  font-family : Thoma, Times New Roman;
  font-size : 13pt;
  color : #8398C5;
  text-decoration : none;
}

.llinks:hover {
  font-family : Thoma, Times New Roman;
  font-size : 13pt;
  color : #657BAB;
  text-decoration : underline;
}

.inlink {
  font-family : Thoma, Times New Roman;
  font-size : 13pt;
  color : blue;
  text-decoration : none;
}

.inlink:hover {
  font-family : Thoma, Times New Roman;
  font-size : 13pt;
  color : blue;
  text-decoration : underline;
}

.copyrights {
  font-family : Thoma, Times New Roman;
  font-size : 8pt;
  color : #CFCFCF;
}

.crlink {
  font-family : Thoma, Times New Roman;
  font-size : 9pt;
  color : gray;
  text-decoration : none;
}

.crlink:hover {
  font-family : Thoma, Times New Roman;
  font-size : 9pt;
  color : gray;
  text-decoration : underline;
}

.error {
  font-family : Thoma, Times New Roman;
  font-size : 12pt;
  font-weight : bold;
  color : red;
}

.errorSmall {
  font-family : Thoma, Times New Roman;
  font-size : 9pt;
  color : red;
}

.form_head_text {
  font-family : Thoma, Times New Roman;
  font-size : 11pt;
  font-weight : bold;
  color : white;
}

label {
  font-family : Thoma, Times New Roman;
  font-size : 11pt;
  font-weight : bold;
  color : black;
}

.littleBR {
  font-family : Thoma, Times New Roman;
  font-size : 5pt;
  color : black;
}