 
    body {
      background-color: #b1b1b1;
      margin-top: 0px;
    }

    .mail {
      color: #DD7605
    }

    .style4 {
      color: #105798;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      font-weight: normal;
      line-height: 17px;
    }

    .style5 {
      font-size: 12px;
      color: #000000;
    }

    .style6 {
      font-size: 12px;
      color: #105798;
      font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .style7 {
      font-size: 12px;
      color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .style9 {
      color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: normal;
      line-height: 17px;
    }

    .style14 {
      color: #105798;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: normal;
      line-height: 17px;
    }

    .style15 {
      color: #000000
    }

    .style17 {
      color: #678c1c;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: normal;
      line-height: 17px;
    }

    .style18 {
      color: #dd7605;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 11px;
      font-weight: normal;
      line-height: 17px;
    }

    .style19 {
      color: #000000;
      font-family: Verdana, Arial, Helvetica, sans-serif;
      font-size: 10px;
      font-weight: normal;
      line-height: 17px;
    }

    a:link {
      text-decoration: none;
      color:#004B8E;
    }

    a:visited {
      text-decoration: none;
    }

    a:hover {
      text-decoration: underline;
    }

    a:active {
      text-decoration: none;
    }

    /* === SIDEBAR CSS === */
    .sidebar-nav {
      width: 193px;
      padding: 0;
      margin: 0;
      list-style: none;
      font-family: Verdana, Arial, Helvetica, sans-serif;
    }

    .sidebar-top-bar {
      width: 193px;
      height: 13px;
      background: linear-gradient(to bottom, #e8e8e8, #c0c0c0);
      border-top: 1px solid #d0d0d0;
    }

    .sidebar-nav li {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #d5d5d5;
    }

    .sidebar-nav li a {
      display: flex;
      align-items: center;
      width: 193px;
      min-height: 27px;
      box-sizing: border-box;
      padding: 0 6px;
      background: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 40%, #d8d8d8 60%, #e0e0e0 100%);
      color: #004B8E;
      font-size: 10px;
      font-weight: bold;
      text-transform: uppercase;
      text-decoration: none !important;
      letter-spacing: 0.3px;
      line-height: 1.2;
      border-left: 1px solid #c0c0c0;
      border-right: 1px solid #c0c0c0;
    }

    .sidebar-nav li a:hover {
      background: linear-gradient(to bottom, #004B8F 0%, #004B8F 40%, #004B8F 60%, #004B8F 100%);
      color: #ffffff;
      text-decoration: none !important;
    }

    .sidebar-nav li a .arrow-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 14px;
      height: 14px;
      min-width: 14px;
      background: #DD7605;
      border-radius: 50%;
      margin-right: 5px;
      font-size: 10px;
      color: #ffffff;
      line-height: 1;
    }

    .sidebar-nav li a .btn-text {
      flex: 1;
    }

    /*.sidebar-bottom {
      width: 193px;
      background: linear-gradient(to bottom, #d8d8d8, #c0c0c0, #b8b8b8);
      border-left: 1px solid #c0c0c0;
      border-right: 1px solid #c0c0c0;
      border-bottom: 1px solid #b0b0b0;
      min-height: 100px;
      box-sizing: border-box;
      padding: 10px;
    }*/
    /* === END SIDEBAR CSS === */
