/* ------------------------------------------------------------------------- */

A:link
  {
    color:            #1F377D;
    text-decoration:  none;
  }

A:visited
  {
    color:            #1F377D;
    text-decoration:  none;
  }

A:hover
  {
    color:            #F4C128;
    text-decoration:  none;
  }

A:active
  {
    color:            #1F377D;
    text-decoration:  none;
  }

/* ------------------------------------------------------------------------- */


A.white:link
  {
    color:            #FFFFFF;
    text-decoration:  none;
  }

A.white:visited
  {
    color:            #FFFFFF;
    text-decoration:  none;
  }

A.white:hover
  {
    color:            #F4C128;
    text-decoration:  none;
  }

A.white:active
  {
    color:            #FFFFFF;
    text-decoration:  none;
  }

/* ------------------------------------------------------------------------- */


.noRepeata
  {
    background-image: url(../images/home-image-1a.jpg); background-repeat: no-repeat;
  }

.noRepeata-secondary
  {
    background-image: url(../images/secondary-image-1a.jpg); background-repeat: no-repeat;
  }

.noRepeatb
  {
    background-image: url(../images/home-image-1b.jpg); background-repeat: no-repeat;
  }

.noRepeatc
  {
    background-image: url(../images/home-image-1c.jpg); background-repeat: no-repeat;
  }


/* ------------------------------------------------------------------------- */

.textDefault
  {
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        11px;
    line-height:      1.3;
    text-decoration:  none;
  }

.textStandard
  {
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    font-size:        9px;
    letter-spacing:   -.1pt;
    line-height:      1.5;
  }

.textBig
  {
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
    font-weight:      bold;
    letter-spacing:   -.1pt;
    line-height:      1.5;
  }

.textSubhead
  {
    color:            #0092BD;
    font-family:      arial, helvetica, sans-serif;
    font-size:        14px;
    font-style:       italic;
    letter-spacing:   -.1pt;
    line-height:      1.5;
  }

.textBody
  {
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        11px;
    line-height:      1.3;
    text-decoration:  none;
  }

.textBodyreverse
  {
    color:            #ffffff;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        11px;
    line-height:      1.3;
  }

.textNav
  {
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        11px;
	line-height:	1.5;
    text-decoration:  none;
  }

.textMenu
  {
    color:            #5165A4;
    font-family:      arial narrow, arial, helvetica, sans-serif;
    letter-spacing:   .5pt;
    font-size:        11px;
    line-height:      3;
  }

.textSmall
  {
    color:            #5165A4;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        9px;
    text-decoration:  none
  }

.textSmallreverse
  {
    color:            #ffffff;
    font-family:      arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        9px;
    text-decoration:  none
  }

.textSpotlight
  {
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
  }

/* ------------------------------------------------------------------------- */
/* FORMS */

.inputText
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
  }

.inputTextSmall
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        12px;
    background-color: #f5f5f5;
  }


.inputDropDown
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
  }

.inputButton
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        10px;
  }
  
.bold
  { font-weight:  bold; }
  
.italic
{
  font-style:   italic;
}
  
.error
{
  color:          #FF0000;
}
  