: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: 25px;
        color: #77BB30;
        }

      .title2
        {
	      font-size: 25px;
        color: #008C38;
        }

      .header
        {
	      font-size: 13px;
        font-weight: bold;
        color: #008C38;
        }

      .header2
        {
	      font-size: 18px;
        color: #77BB30;
        }

      .supportheader
        {
	      font-size: 18px;
        font-weight: bold;
        color: #ffffff;
        }

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

      .small
        {
        font-size: 8px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #8DB234;
        }

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

      .disclaimer
        {
        font-size: 8px;
        color: #ffffff;
        }

      .spaced
        {
        line-height: 140%;
        }

      a
        {
        color: #008C38;
        text-decoration: none;
        }

      a:hover
        {
        color: #B9D776;
        text-decoration: none;
        }

      a.special
        {
        color: #333333;
        text-decoration: none;
        }

      a.special:hover
        {
        color: #008C38;
        text-decoration: none;
        }

      a.members
        {
        font-size: 9px;
        font-weight: bold;
        color: #008C38;
        text-decoration: none;
        }

      a.members:hover
        {
        font-size: 9px;
        font-weight: bold;
        color: #B9D776;
        text-decoration: none;
        }

      a.nav
        {
	      font-size: 14px;
	      font-weight: bold;
        color: #008C38;
        }

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

      a.white
        {
        color: #ffffff;
        }

      a.white:hover
        {
        color: #BAD876;
        }

      a.footer
        {
        color: #ffffff;
        }

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

      a.disclaimer
        {
        color: #CB5F5F;
        }

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

      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: #E5E5E5;
        }

      .formbutton
        {
        font-family: "Trebuchet MS", "Tahoma", "Verdana", "Helvetica", "Arial", "sans-serif";
	      font-size: 12px;
        font-weight: bold;
        color: #008C38;
        font-weight: bold;
        background: #BAD876;
        border-width: 2px;
        border-style: solid;
        border-left-color: #D0E3A3;
        border-top-color: #D0E3A3;
        border-bottom-color: #9AC531;
        border-right-color: #9AC531;
        }

      img
        {
        border-style: none;
        }

