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

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

      .justify
        {
        text-align: justify;
        }

      .title
        {
	      font-size: 20px;
        color: #E40034;
        }

      .header
        {
	      font-size: 13px;
        font-weight: bold;
        color: #242E38;
        }

      .header2
        {
	      font-size: 13px;
        font-weight: bold;
        color: #E40034;
        }

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

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #242E38;
        }

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

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

      .spaced
        {
        line-height: 140%;
        }

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

      a:hover
        {
        color: #242E38;
        }

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

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

      a.white
        {
        color: #ffffff;
        }

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

      a.footer
        {
        color: #ffffff;
        }

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

      a.disclaimer
        {
        color: #85B1BD;
        }

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


      form
        {
        margin: 0px;
        }

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

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

      img
        {
        border-style: none;
        }
