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

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

      .justify
        {
        text-align: justify;
        }

      .title
        {

	      font-size: 24px;
        color: #769F42;
        }

      .header
        {
	      font-size: 16px;
        color: #58595B;
        }

      .header2
        {
	      font-size: 16px;
        color: #769F42;
        }

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

      .small
        {
        font-size: 10px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #769F42;
        }

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

      .spaced
        {
        line-height: 140%;
        }

      a
        {
        color: #769F42;
        text-decoration: none;
        }

      a:hover
        {
        color: #58595B;
        }

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

      a.white:hover
        {
        color: #769F42;
        }

      a.footer
        {
        color: #58595B;
        }

      a.footer:hover
        {
        color: #9C9C9C;
        }

      form
        {
        margin: 0px;
        }

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

      .formbutton
        {
        font-family: "Helvetica", "Arial", "Tahoma", "Verdana", "Trebuchet MS", "sans-serif";
	      font-size: 12px;
	      font-weight: bold;
        color: #ffffff;
        background: #769F42;
        border-width: 2px;
        border-style: solid;
        border-left-color: #8FCE36;
        border-top-color: #8FCE36;
        border-bottom-color: #5B7C2C;
        border-right-color: #5B7C2C;
        }

      img
        {
        border-style: none;
        }
