
      .standard
        {
        font-family: Verdana, Arial, Helvetica;
        font-size: 10px;
        color: #000000;
        }

      .boldblue
        {
        font-size: 11px;
        font-weight: bold;
        color: #12009A;
        }

      .boldyellow
        {
        font-size: 11px;
        font-weight: bold;
        color: #C69718;
        }

      .boldwhite
        {
        font-size: 11px;
        font-weight: bold;
        color: #ffffff;
        }

      .blue
        {
        color: #160D5C;
        }

      .lightblue
        {
        color: #6699CC;
        }

      .yellow
        {
        color: #C69718;
        }

      .white
        {
        color: #ffffff;
        }

      a
        {
        text-decoration: none;
        font-weight: normal;
        color: C69718;
        }

      a:hover
        {
        text-decoration: underline;
        color: #000000;
        }

      a.bold
        {
        text-decoration: none;
        font-size: 11px;
        font-weight: bold;
        color: C69718;
        }

      a.adminarea
        {
        text-decoration: none;
        font-size: 7px;
        font-weight: normal;
        color: #1F1284;
        }

      a.adminarea:hover
        {
        text-decoration: none;
        font-size: 7px;
        font-weight: normal;
        color: #ffffff;
        }
