A:link, A:visited, A:active { text-decoration: none; color: #00008B; }

H1 { 
  font-family: Comic Sans MS;
  font-size: 120%;
  color: #000080;
}

.tab-item {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: #228B22;
 background-color: white;
}

.tab-item-active {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: white;
 background-color: #FF8200;
}

.body-text {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 90%;
 color: black;
 margin-bottom: 1em;
}

.body-text-indent {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 90%;
 color: black;
 margin-bottom: 1em;
 padding-left: 2em;
}

.list-item {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 90%;
 color: black;
}

.txtbx-cell {
 background-color: #2E8B57;
}


.txtbx-head {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 90%;
 font-weight: bold;
 color: #FFFF80;
 margin-bottom: 6pt;
 margin-top: 0;
}

.txtbx-body {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 80%;
 color: white;
 text-align: left;
 margin-bottom: 6pt;
 margin-top: 0;
}

.txtbx-body-indent {
 font-family: Arial, Geneva, Helvetica, sans-serif;
 font-size: 80%;
 color: white;
 text-align: left;
 padding-left: 1em;
 margin-top: 0;
}

