body, td, div{
  font-family: Arial;
}

.noPrint{
  display: none;
}

.printOnly{
  display: block;
}

.mainCell{
  width: 100%;
}

.printWhite
{
  background-image: none;
  background-color: #fff;
}

.printCopyright{
  width: 100%;
  background-color: #ccc;
  padding: 10px;
}

.printHead{
  text-align: center;
  margin-bottom: 30px;
  font-weight: bold;
  font-size: 15px;
}
