body {
   background: white;
   font-size: 12px;
   font-family: Verdana, Arial, sans-serif;
  margin-top: 5%;
  margin-left: 5%;
  margin-right: 5%;
   }

.main { font-family: Verdana, Arial, sans-serif; font-size: 12px; }
.smallText { font-family: Verdana, Arial, sans-serif; font-size: 10px; }

.infoBoxHeading { display: none; }
.infoBox { display: none; }
.headerNavigation { display: none; }
.footer { display: none; }
.menu { display: none; }
INPUT  { display: none; }

TD.pageHeading, DIV.pageHeading {
  font-family: Verdana, Arial, sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #009900;
}

TABLE.dane {
  width: 100%;
  margin: 0px 0px 10px;
  font-family: 'trebuchet ms',arial,verdana,sans-serif;
}

TABLE.dane TH,TABLE.dane TD{
  font-size: 11px;
  border-top:1px solid #DADDE3;
  border-bottom:1px solid #FFFFFF;
  height: 10px;
  vertical-align: top;
  font-weight:normal;
  font-style:normal;
  padding:1px 10px;
}
TABLE.dane TH.hl70,TABLE.dane TD.hl70{
color: #333333;
background: white;
}
TABLE.dane TH.hr30,TABLE.dane TD.hr30{
color: #737373;
font-weight:bold;
background: white;
}
TABLE.dane TH.hl70red,TABLE.dane TD.hl70red{
color: #333333;
background: white;
}

TABLE.product {
  width: 100%;
  margin: 0px 0px 10px;
  font-family: 'trebuchet ms',arial,verdana,sans-serif;
}

TABLE.product TH,TABLE.product TD{
  font-size: 11px;
  border-top:1px solid #DADDE3;
  border-bottom:1px solid #FFFFFF;
  height: 10px;
  vertical-align: top;
  font-weight:normal;
  font-style:normal;
  padding:1px 10px;
}
TABLE.product TH.hl70,TABLE.product TD.hl70{
text-align: left;
width:65%;
color: #333333;
background: white;
}
TABLE.product TH.hr30,TABLE.product TD.hr30{
text-align: right;
width:35%;
color: #737373;
font-weight:bold;
background: white;
}