
      body
        {
        background-color: #4580C5;
        margin: 0px;
        }

      .standard
        {
        font-family: Tahoma, Verdana, Arial, Helvetica, Trebuchet MS;
        font-size: 11px;
        color: #000000;
        }

      .title
        {
        font-size: 30px;
	      line-height: 35px;
        color: #3366CC;
        }

      .header
        {
        font-size: 13px;
        color: #005FA9;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #3366CC;
        }

      .footer
        {
        font-size: 9px;
        color: #666666;
        }

      .spaced
        {
        line-height: 160%;
        }

      a
        {
        color: #005FA9;
        text-decoration: none;
        }

      a:hover
        {
        color: #3366CC;
        background-color: #DDEEFF;
        text-decoration: none;
        }

      a.subtle
        {
        color: #005FA9;
        background-color: transparent;
        text-decoration: none;
        }

      a.subtle:hover
        {
        color: #3366CC;
        background-color: transparent;
        text-decoration: none;
        }

      a.nav
        {
        color: #005FA9;
        }

      a.nav:hover
        {
        color: #3366CC;
        }

      a.footer
        {
        color: #333333;
        }

      a.footer:hover
        {
        color: #000000;
        background-color: #DDE2E3;
        }

      form
        {
        margin: 0px;
        }

      .formfield
        {
        font-family: Tahoma, Verdana, Arial, Helvetica, Trebuchet MS;
        font-size: 11px;
        color: #000000; 
        background-color: #ffffff;
        border-width: 1px;
        border-style: solid;
        border-color: #7E80A3;
        }

      .formbutton
        {
        font-family: Tahoma, Verdana, Arial, Helvetica, Trebuchet MS;
        font-size: 11px;
        color: #ffffff;
        font-weight: bold;
        background: #9797AD;
        border-width: 1px;
        border-style: solid;
        border-left-color: #56575D;
        border-top-color: #56575D;
        border-bottom-color: #7E80A3;
        border-right-color: #7E80A3;
        }

      img
        {
        border-style: none;
        }
