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

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

      .bottom
        {
        color: #81776D;
        }

      .justify
        {
        text-align: justify;
        }

      .title
        {
        font-size: 19px;
        font-weight: bold;
        color: #EB5824;
        }

      .bigtitle
        {
        font-size: 39px;
        font-weight: bold;
        color: #ffffff;
        }

      .header
        {
	      font-size: 15px;
	      font-weight: bold;
        color: #424242;
        }

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

      .small
        {
        font-size: 11px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #EB5824;
        }

      .footer
        {
        font-size: 12px;
        color: #878787;
        }

      .disclaimer
        {
        font-size: 10px;
        color: #737373;
        }

      .spaced
        {
        line-height: 130%;
        }

      a
        {
        color: #EB5824;
        text-decoration: underline;
        }

      a:hover
        {
        color: #000000;
        }

      a.bottom
        {
        color: #AAAAAA;
        }

      a.bottom:hover
        {
        color: #EB5824;
        }

      a.subnav
        {
        color: #424242;
        font-weight: bold;
        }

      a.subnav:hover
        {
        color: #EB5824;
        font-weight: bold;
        }

      a.subnav_on
        {
        color: #424242;
        font-weight: bold;
        text-decoration: underline;
        }

      a.subnav_on:hover
        {
        color: #EB5824;
        font-weight: bold;
        text-decoration: underline;
        }

      a.nav
        {
        color: #ffffff;
	      font-size: 14px;
	      font-weight: bold;
        text-decoration: none;
        }

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

      a.nav_on
        {
        color: #ffffff;
	      font-size: 14px;
	      font-weight: bold;
        text-decoration: none;
        }

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

      a.footer
        {
        color: #AAAAAA;
        }

      a.footer:hover
        {
        color: #EB5824;
        }

      a.disclaimer
        {
        color: #666666;
        }

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

      form
        {
        margin: 0px;
        }

      .formfield
        {
        font-family: "Helvetica", "Arial", "Tahoma", "Trebuchet MS", "Verdana", "sans-serif";
	      font-size: 13px;
        color: #424242;
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-color: #A4A4A4;
        }

      .formbutton
        {
        font-family: "Helvetica", "Arial", "Tahoma", "Trebuchet MS", "Verdana", "sans-serif";
	      font-size: 14px;
	      font-weight: bold;
        color: #ffffff;
        background: #F3642A;
        border-width: 2px;
        border-style: solid;
        border-left-color: #F8A466;
        border-top-color: #F8A466;
        border-bottom-color: #EE4238;
        border-right-color: #EE4238;
        }

      img
        {
        border-style: none;
        }
