
html, body, td {
  margin: 0px;
  padding: 0px;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 19px;
}

a { 
  text-decoration: none;
  color: #575f79;
}


/* Mixins */

.black {
  color: #000000;
}

.blue { 
  color: #1a52b9;
}

.gray {  
  color: #61686a;
}

.lightGray {
  color: #404040;
}

.white {
  color: #ffffff;
}

.lightRed {
  color: #DD6060;
}

.size16 {
  font-size: 16px;
}

.size15 {
  font-size: 15px;
}

.size14 {
  font-size: 14px;
}

.size13 {
  font-size: 13px;
}

.size12 {
  font-size: 12px;
}

.size11 {
  font-size: 11px;
}

.size10 {
  font-size: 10px;
}

.size9 {
  font-size: 9px;
}

.lineHeight18 {
  line-height: 18px;
}

.lineHeight17 {
  line-height: 17px;
}

.lineHeight16 {
  line-height: 16px;
}

.lineHeight15 {
  line-height: 15px;
}

.lineHeight100 {
  line-height: 100%;
}

.lineHeight110 {
  line-height: 110%;
}

.lineHeight115 {
  line-height: 115%;
}

.lineHeight120 {
  line-height: 120%;
}

.expanded {
  letter-spacing: 3.75px;
}

.bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.smallCaps {
  font-variant: small-caps;
}

.fullHeight {
  height: 100%;
}


/*    Classes unique to the RST website     */

.RSTFormField {
  border: 1px solid #cbd6de;
  background: url(images/textFieldBG.gif) 1px 1px repeat-x;
  background-color: #ffffff;  
  font-size: 11px;
  padding-left: 4px;
  color: #606060;
}