﻿*
{
  font-family:Tahoma, Verdana, Geneva, sans-serif;
}

/** Begin Header Text **/

.orange_header_text_24_pixel
{
  margin: 0 0 20px 65px;
  font-size:24px;
  color:#ff7d00;
}

/** End Header Text **/

/** Begin NEW Font Styles Section **/

  div#splash h1
  {
    display: none;
  }

  div#content h2
  {
    color: #FF9900;
    font-size: 24px;
    font-weight: normal;
    line-height: 1.5;
    margin-left: 65px;
  }

  div#content h3
  {
    color: #00CCFF;
    font-size: 16px;
    font-weight: normal;
    margin: 50px 0 15px 65px;
    line-height:1.4;
  }
  
  div#content h4
  {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
  }
  
  div#content h5
  {
    color: #ffffff;
    font-size: 12px;
    line-height: 1;
    margin:0;
  }
  
  .green_24px_text
  {
    font-size:24px;
    font-weight: normal;
    color:#8dc63f;
  }
  
  .orange_20px_text
  {
    font-size:20px;
    font-weight: normal;
    color:#ff7d00;
  }
  
  #main #content .light_blue_text
  {
    color:#00cefe;
  }
  
  #main #content .blue_text
  {
    color:#00CCFF;
  }

  #main #content .green_text
  {
    color:#8dc63f;
  }

  #main #content .grey_dark_text
  {
    color:#333333;
  }
  
  #main #content .gray_medium_text
  {
    color:#777777;
  }
  
  #main #content .grey_light_text
  {
    color:#e28800;
  }
  
  #main #content .orange_text
  {
    color:#ff7d00;
  }
  
  #main #content .orange_light_text
  {
    color:#F3AA39;
  }
  
  #main #content .purple_text
  {
    color:#CC66CC;
  }
  
  #main #content .white_text
  {
    color:#ffffff;
  }

  #main #content .bold_text
  {
    font-weight:bold;
  }  

  #main #content .ul_text
  {
    text-decoration:underline;
  }
  
  .mark
  {
    font-size:60%;
    vertical-align:top;
    line-height: 1;
  }
  
  .mark_sm
  {
    font-size:90%;
    vertical-align:top;
    line-height: 1;
  }
  
  #main #content .superscript_ordinal
  {
    font-size: 75%;
    vertical-align: top;
    line-height: 1;
    color: #fff;
  }

  #main #content .field_default
  {
    color:#909090;
  }