.Text {	
  color: black;
  background-color: white;
}

.Center {
  position: relative;
  top: 13px;
  left: 13px;
  width: 100%;
  z-index: 150;
}

.LeftScroller {
  position: relative;
  left: 0px;
  top: 10px;
  width: 170px;
  height: 30px;
}

.LeftScrollerHead {
  position: relative;
  height: 22;
  width: 100%;
  text-align: center;
  vertical-align: middle;
  z-index: 100;
  background-color: #bbbbff;
  color: #6680fa;
  font-family: Tahoma, MS Sans Serif, Verdana, sans-serif;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
}

.Right {
  position: relative;
  top: 10px;
  text-align: right;
}

.MainHeader {
  position:absolute;
  left: 0px;
  top: 0px;
  height: 100;
  color: black;
  vertical-align: middle;
  background-color: #eeeeee;
  padding: 0px;
}
.MainLeftMargin {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 170px;
  color: black;
  background-color: #ffffff;
  z-index: 2;
}
.Background { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:100%;
  background-color: #fafafa;
 }


