:root
{
overflow-x: hidden;
overflow-y: scroll;
}

      .standard
        {
        font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 12px;
        color: #1D1D1D;
        }

      .standard2
        {
        font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 13px;
        color: #1D1D1D;
        }

      .justify
        {
        text-align: justify;
        }

      .title
        {
	      font-size: 22px;
        color: #7F8080;
        }

      .topstrapline
        {
	      font-size: 22px;
        color: #3A5DA7;
        }

      .strapline
        {
	      font-size: 20px;
        color: #ffffff;
        }

      .strapline_body
        {
	      font-size: 20px;
        color: #ffffff;
        }

      .strapline_header
        {
	      font-size: 24px;
        color: #ffffff;
        }

      .strapline_title
        {
	      font-size: 30px;
        color: #ffffff;
        }

      .header
        {
	      font-size: 12px;
        font-weight: bold;
        color: #01AF4F;
        }

      .header2
        {
	      font-size: 12px;
        font-weight: bold;
        color: #3A5DA7;
        }

      .header3
        {
	      font-size: 15px;
        font-weight: bold;
        color: #3A5DA7;
        }

      .rowheader
        {
	      font-size: 12px;
        font-weight: bold;
	      color: #ffffff;
        }

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #01AF4F;
        }

      .footer
        {
        font-size: 10px;
        color: #939393;
        }

      .spaced
        {
        line-height: 140%;
        }

      a
        {
        color: #01AF4F;
        text-decoration: none;
        }

      a:hover
        {
        color: #3A5DA7;
        }

      a.footer
        {
        color: #939393;
        }

      a.footer:hover
        {
        color: #1D1D1D;
        }

      a.subnav
        {
	      font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        }

      a.subnav:hover
        {
        color: #ffffff;
        }

      a.subnav_on
        {
	      font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        }

      a.subnav_on:hover
        {
        color: #ffffff;
        text-decoration: underline;
        }

      form
        {
        margin: 0px;
        }

      .formfield
        {
        font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 12px;
        color: #1D1D1D;
        background-color: #F2F2F2;
        border-width: 1px;
        border-style: solid;
        border-color: #B4B4B4;
        }

      .formbutton
        {
        font-family: "Tahoma", "Trebuchet MS", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        background: #3A5DA7;
        border-width: 2px;
        border-style: solid;
        border-left-color: #688EDA;
        border-top-color: #688EDA;
        border-bottom-color: #25437F;
        border-right-color: #25437F;
        }

      img
        {
        border-style: none;
        }

