/* *********** */
/* default.css */
/* *********** */
html {
   scrollbar-base-color: black;
  }
body {
   background-color:white;
   font-family: Verdana;
   font-size: 12px;
  }
/* ************** */
/* TM - TopMargin */
/* ************** */
.BodyTop {
   font-family: Verdana;
   font-size: 12px;
  }

a { color: white; text-decoration: none;}
a:hover {color: red;}
a:active {color: white;}
a:visited {color: white;}

.MainMenu {
   font-size: 12px;
   background-color:#000000;
   font-family: Verdana;
  }
.hMITActive {
   font-size: 12px;
   color: Red;
   background-color:#000000;

    }
.hMITIdle {
   font-size: 12px;
   background-color:#000000;
  }
/* *************** */
/* LM - LeftMargin */
/* *************** */
.BodyLeft {
   font-size: 12px;
   font-family: Verdana;
   background-color:black;
   color:white;
  }
.SubMenu {
   font-size: 12px;
   background-color:black;
   font-family: Verdana;
  }
.vMITActive {
   font-size: 12px;
   background-color:black;
  }
.vMITIdle {
    font-size: 12px;
   background-color:black;
  }

