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

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

      .justify
        {
        text-align: justify;
        }

      .title
        {
	      font-size: 24px;
        color: #EF7B18;
        }

      .header
        {
	      font-size: 14px;
	      font-weight: bold;
        color: #1C1356;
        }

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

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #EF7B18;
        }

      .footer
        {
        font-size: 9px;
        font-weight: bold;
        color: #ffffff;
        }

      .disclaimer
        {
        font-size: 9px;
        color: #ffffff;
        }

      .spaced
        {
        line-height: 160%;
        }

      a
        {
        color: #EF7B18;
        text-decoration: none;
        }

      a:hover
        {
        color: #1C1356;
        }

      a.white
        {
        color: #ffffff;
        }

      a.white:hover
        {
        color: #1C1356;
        }

      a.nav
        {
	      font-size: 14px;
        color: #ffffff;
        }

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

      a.footer
        {
        color: #ffffff;
        }

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

      form
        {
        margin: 0px;
        }

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

      .searchfield
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 11px;
        color: #EA8D41;
        background-color: #ffffff;
        border-width: 0px;
        }


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

      img
        {
        border-style: none;
        }
