.box {
  font-size: 9px; min-height: 120px; height: 130px;
}

.indent3 {
  padding: 5px; margin-bottom: 3px; margin-top: 3px;
}

.main {
  font-size: 11px; padding: 10px; margin-bottom: 3px; margin-top: 3px; width: 60%;  height: auto; 
}
 .blue {
    background-color: #8D9EAB; color: #FFFFFF; font-weight: bold;
  }
  .green {
    background-color: #87C046; color: white; font-size: 9px;
  }
  .pale {
    background-color: #FDEBAE; color: #586E7E; font-size: 9px; max-height: 100%;
  }
  .brown {
    background-color: #C3913B; color: white; font-size: 9px; font-weight: bold; text-align: center;
  }
  .orange {
    background-color: #E09344; color: white; font-size: 9px;
  }
  .orghead {
    font-weight: bold; text-align: center;
  }

  .grey {
    background-color: #E3E3E3; padding:10px;
  }

.nopadding {
  margin-left: 18px; padding: 0;
}

.yellowtext { text-transform: uppercase; color: #FFFFDB }
.shadow {height:12px; filter:dropshadow(offX=1, offY=1, color=#364051, Positive=true);}
a.simple:link, a.simple:visited, a.simple:hover { color : inherit; text-decoration: none; cursor: pointer}