
      body
        {
        background-color: #fefefe;
        background-image: url(../images/background.gif);
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-position: top left;
        }

      .standard
        {
        font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	      font-size: 11px;
        color: #505050;
        }

      .justify
        {
        text-align: justify;
        }

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

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

      .small
        {
        font-size: 9px;
        }

      .white
        {
        color: #ffffff;
        }

      .highlight
        {
        color: #185181;
        }

      .spaced
        {
        line-height: 160%;
        }

      a
        {
        color: #185181;
        text-decoration: none;
        }

      a:hover
        {
        color: #185181;
        text-decoration: underline;
        }

      form
        {
        margin: 0px;
        }

      img
        {
        border-style: none;
        }
