body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.headerText {
  font-family: verdana;
  font-size:   1.4em;
  font-weight:  bold;
  font-style:  normal;
  color:  #000000;
}
.secondaryHeaderText {
  font-family: verdana;
  font-size:   1.1em;
  font-weight:  bold;
  font-style:  normal;
  color:  #000000; 
}
.secondaryHeaderText_red {
  font-family: verdana;
  font-size:   1.1em;
  font-weight:  bold;
  font-style:  normal;
  color:  #ff0000; 
}
.bodyText {
  font-family: verdana;
  font-size:   0.90em;
  font-weight:  normal;
  font-style:  normal;
  color:  #000000;
}
.bodyTextSmall {
  font-family: verdana;
  font-size:   .8em;
  font-weight:  normal;
  font-style:  normal;
  color:  #000000;
}
.captionText {
  font-family: times new roman;
  font-size:   .8em;
  color:  #000000;
}
.navigationText {
  font-family: verdana;
  font-size:   1em;
  font-weight:  normal;
  font-style:  normal;
}
.footerText {
  font-family: verdana;
  font-size:   .8em;
  font-weight:  normal;
  font-style:  normal;
  color:  #000000;
}
.bodyTextRed {
  font-family: verdana;
  font-size:   0.90em;
  font-weight:  normal;
  font-style:  normal;
  color:  #ff0033;
}

.primaryBodyTextBackgroundColor {
  background-color: #FFFFFF;
}
.primaryBodyTextBackgroundColorFont {
  color: #FFFFFF;
}
.primaryDominantColor {
  color: #99CCFF;
}
.secondaryDominantColor {
  color: #6699CC;
}
.tertiaryDominantColor {
  color: #336699;
}
.primaryAccentColor {
  color: #000066;
}
.secondaryAccentColor {
  color: #333399;
}
.tertiaryAccentColor {
  color: #6666CC;
}