a,a:active,a:visited {
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
color:#e48723;
text-decoration:underline;
}

a:hover {
font-family : Arial, Helvetica, sans-serif;
font-weight : normal;
color:#e48723;
text-decoration:underline;
}

.mainText {
font-family:Arial;
color:#5c3411;
font-size:11pt;
font-weight:normal;
line-height:13pt;
}

.smallmainText {
font-family:Arial;
color:#5c3411;
font-size:8pt;
font-weight:normal;
line-height:14pt;
}

.altText {
font-family:Arial;
color:#8a964d;
font-size:11pt;
font-weight:normal;
line-height:14pt;
}

.headerText {
font-family:Arial;
color:#df7707;
font-size:14pt;
font-weight:normal;
letter-spacing:1px;
word-spacing:1px;
}

.smallText {
font-family:Arial;
color:#c68a78;
font-size:8pt;
font-weight:normal;
}

a.smallText {
font-family:Arial;
color:#c68a78;
font-size:8pt;
font-weight:normal;
text-decoration:underline;
}

a:hover.smallText {
font-family:Arial;
color:#FFFFFF;
font-size:8pt;
font-weight:normal;
text-decoration:underline;
}

a:visited.smallText {
font-family:Arial;
color:#c68a78;
font-size:8pt;
font-weight:normal;
text-decoration:underline;
}

.smallerText {
font-family:Arial;
color:#5c3411;
font-size:7pt;
font-weight:normal;
line-height:14pt;
}

/* calculator background color, inside the calc body */
.calcLight { 
  background-color: #cad582;
  font-family: Arial;
  font-weight: normal;
  font-size: 11px;
  line-height: 13px;
  color: #5c3411;
  } 
  
/* calc table color, around the calc body */
.calcDark { 
  background-color: #7f3822; 
  font-family:Arial;
  color:#ffffff;
  font-size:12pt;
  font-weight:normal;
  letter-spacing:1px;
  word-spacing:1px;
  line-height:18pt;
  }