div.triplettItem {
  margin:2em 2em 4em;
  }
div.level1 {
  clear:both;
  }
.mainHalfColumn a {
  font-weight:bold;
  }
.mainHalfColumn p {
  padding:4px;
  margin-top:5px;
  margin-bottom:5px;
  }
table.trlspecs {
  margin-bottom:2em;
  margin-left:3em;
  padding:3px;
  }
.trlspecs td {
  border-bottom:1px solid blue;
  background-color:#EEF;
  }
.trlspecs td.right {
  font-weight:bold;
  vertical-align:top;
  }
p.min100 {
  min-height:100px;
  }
p.min120 {
  min-height:120px;
  }
/* Hide from IE5-mac. Only IE-win sees this. Hacks Section \*/
* html p.min100 {
  height:100px;
  }
* html p.min120 {
  height:120px;
  }
/* End Hide */
