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

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

      .justify
        {
        text-align: justify;
        }

      .title
        {
	      font-size: 17px;
        color: #0080C6;
        }

      .pagetitle
        {
	      font-size: 23px;
        color: #ffffff;
        }

      .header
        {
	      font-size: 13px;
        font-weight: bold;
        color: #2E2578;
        }

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

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #2E2578;
        }

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

      .spaced
        {
        line-height: 140%;
        }

      a
        {
        color: #0080C6;
        text-decoration: none;
        }

      a:hover
        {
        color: #2E2578;
        }

      a.white
        {
        color: #ffffff;
        text-decoration: none;
        }

      a.white:hover
        {
        color: #2E2578;
        }

      a.newslink
        {
        color: #2E2578;
        text-decoration: none;
        }

      a.newslink:hover
        {
        color: #0080C6;
        }

      a.nav
        {
	      font-size: 13px;
        font-weight: bold;
        color: #525253;
        }

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

      a.topnav
        {
	      font-size: 13px;
        color: #666666;
        }

      a.topnav:hover
        {
        color: #0080C6;
        }

      a.footer
        {
        color: #6C6D6C;
        }

      a.footer:hover
        {
        color: #2870B7;
        }

      form
        {
        margin: 0px;
        }

      .formfield
        {
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Arial Narrow", "Verdana", "sans-serif";
	      font-size: 11px;
        color: #2D63A6;
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-color: #DCDDD8;
        }

      .searchfield
        {
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Arial Narrow", "Verdana", "sans-serif";
	      font-size: 11px;
        color: #666666;
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-left-color: #C6C9CD;
        border-top-color: #C6C9CD;
        border-bottom-color: #F6F9F7;
        border-right-color: #F6F9F7;
        }

      .formbutton
        {
        font-family: "Trebuchet MS", "Arial", "Helvetica", "Arial Narrow", "Verdana", "sans-serif";
	      font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        font-weight: bold;
        background: #2870B7;
        border-width: 2px;
        border-style: solid;
        border-left-color: #519DE9;
        border-top-color: #519DE9;
        border-bottom-color: #2D63A6;
        border-right-color: #2D63A6;
        }

      img
        {
        border-style: none;
        }
