label {
  font-weight: 200;
   font-size: 100%;
  font-family: OpenSans-regular;
  margin-bottom:20px;
}

.gmuNormalWeight {
  font-weight: 200;
   font-size: 100%;
}

.gmuLabel2 {
  font-weight: 550;
   font-size: 120%;
  font-family: OpenSans-regular;
  margin-bottom:20px;
}

.gmuTitle {
  font-weight: 1000;
   font-size: 200%;
  font-family: OpenSans-regular;
  margin-top:20px;
}
.gmuLeftMargin30 {
    margin-left: 30px;
}


.gmuTopMargin20 {
    margin-top: 20px;
}

.gmuSelect {
    margin-bottom: 100px;
}

.gmuBlock {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.1; 
    color: inherit;
}

.gmuButton {
    font-size:100%;
    background-color: #065AA5;
    color: #ffffff;
    border-radius: 6px;
    height:32px;
}

.gmuRed {
    color: red;
}

.gmuHidden {
   visibility: hidden;
}

.gmuWidth90 {
    width: 90px;
}

.gmuWidth120 {
    width: 120px;
}

.gmuWidth150 {
    width: 150px;
}

.gmuWidth200 {
    width: 200px;
}

.gmuWidth250 {
    width: 250px;
}

.gmuWidth300 {
    width: 300px;
}

.display-inline {
    display: inline-block;
    padding-right: 20px;
}

.vertical-align-top {
   vertical-align: top;
}

.vertical-align-bottom {
   vertical-align: bottom;
}

.vertical-align-top {
   vertical-align: top;
}

.tableWideColumn{
  width: 340px;
  resize:yes;
}

.tableNarrowColumn{
  width: 80px;
  resize:yes;
}

.tableWideColumn{
  width: 340px;
  resize:yes;
}

.tableNormalColumn{
  width: 200px;
  resize:yes;
}
.textAlignCenter {
   text-align: center;
}

.gmuLightGray {
    background-color: #E0E0E0;
}


.gmuLightYellow {
    background-color: #FFF200;
}

.gmuMoveUp20 {
    margin-top: -17px;
}

.gmuFontCourierNew  {
      font-family: "Courier New";
}