/* *********** */
/* default.css */
/* *********** */
html {
   scrollbar-base-color: silver;
  }
body {
   background-color:white;
   font-family: Verdana;
   font-size: 12px;
  }
/* ************** */
/* TM - TopMargin */
/* ************** */
.BodyTop {
   font-family: Verdana;
   font-size: 12px;
  }
.MainMenu {
   font-size: 12px;
   background-color:#445566;
   font-family: Verdana;
  }
.hMITActive {
   font-size: 12px;
   background-color:#e0e0e0;

  }
.hMITIdle {
   font-size: 12px;
   background-color:#e0e0e0;

  }
/* *************** */
/* LM - LeftMargin */
/* *************** */
.BodyLeft {
   font-size: 12px;
   font-family: Verdana;
  }
.SubMenu {
   font-size: 12px;
   background-color:silver;
   font-family: Verdana;
  }
.vMITActive {
   font-size: 12px;
   background-color:yellow;
  }
.vMITIdle {
   font-size: 12px;
   background-color:#aabbcc;
  }
