.textDefault
  {
    color:            333333;
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
    letter-spacing:   -.1pt;
    line-height:      1.5;
    text-align:       justify;
  }

.textStandard
  {
    color:            333333;
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
    letter-spacing:   -.1pt;
    line-height:      1.5;
  }

.textStandardLight
  {
    color:            cccccc;
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
    line-height:      1.5;
  }

.pageTitle
  {
    color:            003399;
    font-family:      arial, helvetica, sans-serif;
    font-size:        18px;
    font-weight:      bold;
  }

.pageSubTitle
  {
    color:            003399;
    font-family:      arial, helvetica, sans-serif;
    font-size:        13px;
    font-weight:      bold;
  }

.textSmall
  {
    color:            333333;
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
  }

.textLarge
  {
    font-size:        17px;
  }

.textMid
  {
    font-size:        12px;
  }

.textHome
  {
    color:            003399;
    font-family:      arial, helvetica, sans-serif;
    font-size:        15px;
    letter-spacing:   .2pt;
    line-height:      1.8;
    font-weight:      bold;
    text-align:       justify;
    font-style:       italic;
  }

.textfeatureLeft
  {
    color:            003399;
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
    letter-spacing:   .2pt;
    line-height:      1.8;
    font-style:       italic;
  }

.textFooter
  {
    color:            003399;
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
  }

.textHeader
  {
    color:            666666;
    font-family:      arial, helvetica, sans-serif;
    font-size:        9px;
    letter-spacing:   .5pt;
  }

.textHeaderPrint
  {
    color:            333333;
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
    letter-spacing:   1pt;
  }

.textSmallTitle
  {
    color:            003399;
    font-family:      arial, helvetica, sans-serif;
    font-size:        15px;
    font-weight:      bold;
  }


/* ------------------------------------------------------------------------- */
/* BASIC FORMATTING */

.bold
  {
    font-weight:      bold;
  }

.italic
  {
    font-style:       italic;
  }

.underline
  {
    text-decoration:  underline;
  }

.center
  {
    text-align:       center;
  }

.white
  {
    color:            ffffff;
  }

.black
  {
    color:            000000;
  }

/* ------------------------------------------------------------------------- */
/* .navIGATION */

.navPrimary
  {
    color:            003399;
    text-decoration:  none;
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
    font-weight:      bold;
  }

.navPrimary:hover
  {
    color:            003399;
    text-decoration:  underline;
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
    font-weight:      bold;
  }

.navPrimaryAt
  {
    color:            ffffff;
    text-decoration:  none;
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
    font-weight:      bold;
  }

.navSecondary
  {
    color:            ebebeb;
    text-decoration:  none;
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
  }

.navSecondary:hover
  {
    color:            ffffff;
    text-decoration:  underline;
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
  }

.navFooter
  {
    color:            003399;
    text-decoration:  none;
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
    text-decoration:  none;
  }

.navFooter:hover
  {
    color:            003399;
    text-decoration:  underline;
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
    text-decoration:  underline;
  }

.navUtility
  {
    color:            003399;
    text-decoration:  none;
  }

.navUtility:hover
  {
    color:            003399;
    text-decoration:  underline;
  }

/* ------------------------------------------------------------------------- */
/* FORMS */

.inputText
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
  }

.inputDropDown
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
  }

.inputButton
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
  }