body {
      background-color: #331B65;
      }

a.contact_us {
              color: rgb(62, 46, 129);
              }

a.contact_us:hover {
                    color: yellow;
                    }

a:hover {
         background-color: rgb(62, 46, 129);
         text-decoration: underline;
         }

div.active {
            background-color: rgb(88, 73, 151);
            opacity: 0.9;
            filter: alpha(opacity=90);
            }

div.active_ro {
               background-color: rgb(62, 46, 129);
               opacity: 0.9;
               filter: alpha(opacity=90);
               }

div.initial {
              background-color: rgb(88, 73, 151);
              opacity: 0;
              filter: alpha(opacity=0);
              }

div.content_initial {
                     background-color: white;
                     opacity: 0;
                     filter: alpha(opacity=0);
                     }

span.conference_subtitle {
                          color: black;
                          font-size: 13pt;
                          }


div.inactive {
              background-color: rgb(88, 73, 151);
              opacity: 0.4;
              filter: alpha(opacity=40);
              }

div.inactive_ro {
                 background-color: rgb(62, 46, 129);
                 opacity: 0.75;
                 filter: alpha(opacity=75);
                 }

div.bar_div {
             background-color: rgb(88, 73, 151);
             border-radius: 0px;
             }

span.content_subtitle {
                       color: rgb(156, 146, 193);
                       }

img.logo {
          background-image: url('/website/images/ABI_Solutions_Training_2.png');
          }

