
      .standard
        {
        font-family: Arial, Verdana,  Helvetica;
        font-size: 12px;
        color: #000000;
        }

      .white
        {
        color: #ffffff;
        }

      .footer
        {
        font-size: 11px;
        color: #000000;
        }

      .disclaimer
        {
        font-size: 10px;
        color: #799F80;
        }

      .title
        {
        font-family: Arial, Verdanan, Helvetica;
        font-size: 24px;
        font-weight: bold;
        color: #2A7E46;
        }

      a.navbar
        {
        color: #ffffff;
        text-decoration: none;
        font-weight: bold;
        }

      a.navbar:hover
        {
        color: #000000;
        }

      a.disclaimer
        {
        color: #5F8767;
        text-decoration: none;
        }

      a.disclaimer:hover
        {
        color: #374B3B;
        }

      a
        {
        color: #C00000;
        text-decoration: underline;
        }

      a:hover
        {
        color: #000000;
        }

      a.newsstory
        {
        color: #C00000;
        text-decoration: underline;
        }

      a.newsstory:hover
        {
        color: #000000;
        }


      .formfield
        {
        font-family: Arial, Verdana,  Helvetica;
        font-size: 12px;
        color: #000000;
        }

      .textarea
        {
        font-family: Arial, Verdana,  Helvetica;
        font-size: 12px;
        color: #000000;
        }

      .button
        {
        font-family: Arial, Verdana,  Helvetica;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        background: #01955D;
	      border-width : 2;
	      border-style : solid;
        border-left-color: #26D48C;
        border-top-color: #26D48C;
        border-bottom-color: #165038;
        border-right-color: #165038;
        }