.bodyText h2 {
  margin-top: 0px;

}
/*
===============================================
Applications
===============================================
*/
.bodyText h2.Applications{
margin-bottom:0px;
}

.bodyText ul.Applications{
margin-top:0px;
}

/*
===============================================
Features
===============================================
*/
.bodyText h2.Features{
  margin-bottom:0px;
}
.bodyText ul.Features{
  margin-top:0px;
}

/*
===============================================
Specification
===============================================
*/

.bodyText h2.Specification{
margin-bottom:0px;
}
Table.Specification * tr td{
  vertical-align:top;
}


Table.Specification * tr td p.Title{
  font-weight: bold;
  margin-top: 0px;
  margin-bottom: 0px;
}

Table.Specification * tr td p.Data{
  margin-top: 0px;
  margin-bottom: 0px;
}

Table.Specification * tr td {
  vertical-align:top;
  padding-bottom: 5px;
}

.bodyText Table.modelSpecifications * tr.Odd{
  background-color:#FFFFCC;
}

/*Hide the metrix table */
.bodyText #metricTable {
  display:none
}

.bodyText h2 {
  font-size:20px;
}



