body { 
  background: white; 
}

table.PageBorder {
  width: 100%;
}

td.MainHeading {
  display: none;
}

td.ItemHeading {
  line-height: 1em; font-size: 1.1em; font-weight: bold; padding: 0 0 1em 0; 
}


td.DetailsText {
  color: #666666; font-size: 0.9em;
}

td.LeftBottomBox, td.CenterBottomBox, td.RightBottomBox {
  display: none;

}

td.BlogBorder {
  border: 1px solid #ccc;
  padding: 10px;
}

td.ItemHeading {

}

td.BodyText {

}

td.DetailsText {
  white-space:nowrap;
  border-bottom: 1px solid #ccc;
  
}

td.AdBg {
  display: none; 
}

