/* ------------------------------------------------------------------------- */

A:link
  {
    color:            #000099;
    text-decoration:  underline;
  }

A:visited
  {
    color:            #000099;
    text-decoration:  underline;
  }

A:hover
  {
    color:            #0000ff;
    text-decoration:  underline;
  }

A:active
  {
    color:            #000099;
    text-decoration:  none;
  }

/* ------------------------------------------------------------------------- */

.siteTitle
  {
    color:            #333333;
    font-family:      tahoma, verdana, arial, helvetica, sans-serif;
    font-size:        20px;
    font-weight:      bold;
    letter-spacing:   -.1pt;
    line-height:      1.5;
  }
  
.pageSubtitle
  {
    color:            #333333;
    font-family:      tahoma, verdana, arial, helvetica, sans-serif;
    font-size:        16px;
    font-style:       italic;
    letter-spacing:   -.1pt;
    line-height:      1.5;
  }

.textBody
  {
    color:            #444444;
    font-family:      tahoma, verdana, arial, helvetica, sans-serif;
    letter-spacing:   .3pt;
    font-size:        12px;
    line-height:      1.6;
    text-decoration:  none;
  }

.textSmall
  {
    color:            #000000;
    font-family:      arial, helvetica, sans-serif;
    font-size:        9px;
    text-decoration:  none
  }
  

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

.inputText
  {
    font-family:      arial, helvetica, sans-serif;
    font-size:        11px;
    background-color: #e5e5e5;
    border:           1px #999999 solid; 
    border-color:     #999999 solid;    
  }

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

.inputButton
  {
    font-family:      verdana, arial, helvetica, sans-serif;
    font-size:        10px;
    color:            #000000;
    font-weight:      bold;
    background-color: #BDBDBD;
    border:           1px #666666 solid; 
    border-color:     #666666 solid;  
  }  