.DefaultTab {
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  cursor:pointer;
}

.DefaultTabHover {
  color: white; 
  background-color: #6F8AD2;
  font-family: verdana; 
  font-weight:bold;
  font-size:11px; 
  text-decoration:underline;
  cursor:pointer;
}

.SelectedTab {
  color: white; 
  background-color: #4544AF;
  font-family: verdana; 
  font-size:11px; 
  font-weight:bold;
  position:relative;
  top:1px;
  cursor:default;
}

.Spacer{
  background-color: #4544AF;
}

.PageContent {
  font-family:MS Sans Serif, Verdana; 
  font-size:12px; 
}

/* .MultiPage {
  background-color:White;
  border: 1px solid #919B9C;
  width:100%;
  position:relative;
  top:0px;
  left:0px;
  z-index:auto;
} */

