.noTopBorder{
  border-top-style: hidden;
}

.noTopBtmBorder{
  border-top-style: hidden;
  border-bottom-style: hidden;
}

.noBtmBorder{
  border-bottom-style: hidden;
}

.page {
  line-height: 2.2em;
}

#date {
  text-align: right;
  line-height: 1em;
  margin-top: 15px;
}

.lineHeight {
  line-height: 1.5em;
}

#greeting {
  line-height: normal;
  padding-bottom: 15px;
}

#pg1 {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.35em;
}

#pg2 {
  padding-left: 15px;
  padding-right: 20px;
  padding-top: 70px;
  line-height: 1.35em;
}

.indent {
  text-indent: 25px;
}

.indent50 {
  text-indent: 50px;
}

.indent100 {
  text-indent: 100px;
}

.signature {
  text-indent: 140px;
}

.alignRight {
  text-align: right;
}

.nextLine {
  text-indent: 85px;
}

.indentP {
  padding-left: 20px;
}
.side {
  padding-top: 10px;
}
img.padTop {
  padding-top: 100px;
}
img.padTop2 {
  padding-top: 85px;
}