
body {
  font-family: times new roman;
}

.headerText {
  font-family: verdana;
  font-size:   1.4em;
  font-weight:  bold;
  font-style:  italic;
  color:  #333333;
}
.secondaryHeaderText {
  font-family: verdana;
  font-size:   1.2em;
  font-weight:  bold;
  font-style:  italic;
  color:  #333333; 
}
.bodyText {
  font-family: times new roman;
  font-size:   1em;
  font-weight:  normal;
  font-style:  normal;
  color:  #333333;
}
.bodyTextSmall {
  font-family: times new roman;
  font-size:   .8em;
  font-weight:  normal;
  font-style:  normal;
  color:  #333333;
}
.captionText {
  font-family: times new roman;
  font-size:   1em;
  color:  #333333;
}
.navigationText {
  font-family: times new roman;
  font-size:   1.2em;
  font-weight:  normal;
  font-style:  normal;
}
.footerText {
  font-family: times new roman;
  font-size:   .8em;
  font-weight:  normal;
  font-style:  normal;
  color:  #333333;
}
.primaryBodyTextBackgroundColor {
  background-color: #FFFFFF;
}
.primaryBodyTextBackgroundColorFont {
  color: #FFFFFF;
}
.primaryDominantColor {
  color: #3333CC;
}
.secondaryDominantColor {
  color: #6666FF;
}
.tertiaryDominantColor {
  color: #9999FF;
}
.primaryAccentColor {
  color: #FF0000;
}
.secondaryAccentColor {
  color: #FF3333;
}
.tertiaryAccentColor {
  color: #9933FF;
} 
form {}
textarea{}
select{}
input.button{}
input.submit{}
input.radio{}
input.checkbox{}
input.text{}
input.file{}
input.password{}
input.reset{}

