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

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

      .justify
        {
        text-align: justify;
        }

      .title
        {
	      font-size: 30px;
        color: #333333;
        }

      .header
        {
	      font-size: 16px;
        font-weight: bold;
        color: #333333;
        }

      .header2
        {
	      font-size: 20px;
        font-weight: bold;
        color: #0568ac;
        }

      .header3
        {
	      font-size: 14px;
        font-weight: bold;
        color: #B31843;
        }

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

      .small
        {
        font-size: 10px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #b81948;
        }

      .highlight2
        {
        color: #0568ac;
        }

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

      .spaced
        {
        line-height: 140%;
        }

      a
        {
        color: #0568ac;
        text-decoration: none;
        }

      a:hover
        {
        color: #b81948;
        }


      a.subnav
        {
	      font-size: 14px;
        color: #333333;
        }

      a.subnav:hover
        {
        color: #0568ac;
        }

      a.subnav_on
        {
	      font-size: 14px;
        color: #b81948;
        }

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

      a.footer
        {
        color: #ffffff;
        }

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

      form
        {
        margin: 0px;
        }

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

      .loginfield
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 10px;
        color: #333333;
        background-color: #FFFFFF;
        border-width: 0px;
        border-style: solid;
        border-color: #ffffff;
        }

      .formbutton
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 14px;
        color: #ffffff;
        background: #B81948;
        border-width: 2px;
        border-style: solid;
        border-left-color: #E33971;
        border-top-color: #E33971;
        border-bottom-color: #8F0F39;
        border-right-color: #8F0F39;
        }

      img
        {
        border-style: none;
        }

