/* General element styles */
body { font-family: 'Verdana',sans-serif;}

td { font-family: 'Verdana',sans-serif;}

input, select, textarea { border: 1px inset #aeb2b4; }

button { border: 1px outset #aeb2b4; }

/* Section colors, backgrounds and borders */
.headerBar {
  background-color: #B082A9;
  color: #FFFFFF;
  text-align: center;
}

.previewBar {
  background-color: #2786A6;
  color: #FFFFFF;
  text-align: center;
  font-size: 10pt;
}

.borderBar {
  background-color: #000000;
}

.navBarSelected {
  font-size: 8pt;
  font-weight: bold;
}

.contentSectionDiv {
  border: solid 1px #5E0A51; 
  margin-top: 12px; 
  padding: 3px;
}

/* text classes */
.leadingText {
  color: #5E0A51;
  font-size: larger;
}

.sectionHeader {
  color: #5E0A51;
  font-size: 12pt;
  font-weight: bold;
  border-bottom: solid 2px #5E0A51;
}

.subSectionHeader {
  color: #000000;
  font-size: 10pt;
  font-weight: bold;
  border-bottom: solid 1px #5E0A51;
}

/* anchor tag classes */
.headerNavLink {
  color: #FFFFFF;
  text-decoration: underline;
}

.navLink {
  color: #FFFFFF;
  font-size: 8pt;
  text-decoration: none;
}

.contentNavLink {
  color: #0565B3;
}

.classesTabLink {
  color: #5E0A51;
  text-decoration: none;
}

a:hover { text-decoration: underline; }