@media screen {

BODY {
  /*background-color: #CCC;*/
  font-size: 11.3pt;
  font-family: Arial, sans-serif;
  margin: 0px;
  color: #000;
}

.slide {
  background-color: #FFF;
  /*border: solid 1px #555;*/
  width: 64em;
  height: 48em;
  margin: auto;
  overflow: hidden;
  page-break-after: always;
}

.headerBox {
  position: relative;
  /*border-bottom: solid 1px #777;*/
  /*background-color: #000;*/
  height: 5em;
  width: 64em;
  overflow: hidden;
  /*border: solid 1px #ccc;*/
}

.header {
  position: absolute;
  width: 58em;
  left: 3em;
  bottom: 0.5em;
  font-size: 1.2em;
  font-weight: bold;
  color: #A1D12E;
}

.header A, .content .menu A {
  text-decoration: none;
  color: #000;
}

.header A {
  color: #A1D12E;
}

.image {
  position: absolute;
   border: 0px;
  right: 3em;
  bottom: 0.2em;
  height: 2.9375em; /*BODY 12pt*/
  height: 3.1194em; /*BODY 11.3pt*/
}

.contentBox {
  height: 38em;
  width: 64em;
  overflow: hidden;
  position: relative;
}

.content {
  margin-top:2.2em;
  margin-bottom: 1em;
  margin-left: 5em;
  margin-right: 5em;
  overflow: hidden;
  font-size: 1.4em;
}

.content H1 {
  font-size: 2em;
  margin: 0em;
  margin-bottom: 1em;
  font-family: Arial Narrow, Arial, sans-serif;
  color: #666;
}

.contentBox IMG {
  height: 25em; /* 702x527px @ 11.3pt */
  width: 33.3em;
  position: absolute;
  top: 1em;
  left: 6em;
}
IMG.frontEndEditIcons {
  display:none;
}
.content UL {
  list-style-position: outside;
  padding-left: 2em;
  margin-left: 0em;
  /*list-style-type: square;*/
}

.content P{
  margin-left: 2em;
  margin-top: 3em;
}

.content LI {
   margin: 0.7em 0em;
}

.footerBox {
  /*background-color: #000;*/
  /*border-top: solid 1px #777;*/
  height: 5em;
  width: 64em;
  overflow: hidden;
  position: relative;
  /*border: solid 1px #ccc;*/
}

.footer {
  position: absolute;
  top: 1em;
  width: 58em;
  left: 3em;
}

.footer SPAN {
  font-size: 0.8em;
  margin-right: 1em;
}

.footer .tx-jovo-browse {
  position: absolute;
  right: 0em;
  top: -0.2em;
  font-size: 2em;
  font-weight: bold;
}

.footer A{
  color: #A1D12E;
}

}