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

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

      .justify
        {
        text-align: justify;
        }

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

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

      .header2
        {
	      font-size: 16px;
	      font-weight: bold;
        color: #8FC43E;
        }

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

      .small
        {
        font-size: 10px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #8FC43E;
        }

      .highlight2
        {
        color: #0056A3;
        }

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

      .footerline
        {
        color: #96BEE2;
        }

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

      .spaced
        {
        line-height: 140%;
        }

      a
        {
        color: #0056A3;
        text-decoration: none;
        }

      a:hover
        {
        color: #8FC43E;
        }

      a.footer
        {
        color: #FFFFFF;
        }

      a.footer:hover
        {
        color: #8FC43E;
        }

      a.disclaimer
        {
        color: #96BEE2;
        }

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

      form
        {
        margin: 0px;
        }

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

      .formfield2
        {
        width: 200px;
        height: 30px;
        line-height: 30px;
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 13px;
        color: #0056A3;
        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: 16px;
        font-weight: bold;
        color: #ffffff;
        background: #8FC43E;
        border-width: 2px;
        border-style: solid;
        border-left-color: #BEE97B;
        border-top-color: #BEE97B;
        border-bottom-color: #78AA2A;
        border-right-color: #78AA2A;
        }

      img
        {
        border-style: none;
        }
