html,body,table {
  margin: 0px 0px 0px 0px; 
  border: 0px solid;
  font: 11px arial;
}
BODY     {
  background-attachment: fixed;
  /* background-image: url(/sources/treesbg_sm.jpg); */
  background-repeat: no-repeat;
  background-position: left top;
  border: thin none #000000;
  visibility: visible;
  z-index: auto;
  height: auto;
  width: auto;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
}
DIV      {
  font-family: Arial;
  font-size: 11px;
  font-weight : bold;
  position: absolute;
  left: 4px;
  top: 200px;
  width: 217px;
  z-index: 1;
  visibility: hidden;
  background: #ffffff;
  border: 4px solid Black;
  padding: 4px;
}
input {
  margin: 0px 0px 0px 0px; 
  font: 10px arial;
}
select,textarea,text {
  margin: 0px 0px 0px 0px; 
  font: 10px arial;
}
table.red {
  border-width: 1px;
  border-style: solid;
  border-color: #AA0000;
}
td.red2 {
  font: bold 12px arial;
  text-align:   center;
  border: 1px solid #AA0000;
}
td.red {
  border: 1px solid #AA0000;
}
tr.product_name {
  border: 1px solid #AA0000;
  color:        #AA0000;
  font:         bold 14px arial
}
tr.product_date {
  border: 1px solid #AA0000;
  color:        #AA0000;
  font:         bold 20px arial
}
tr.red {
  border: 1px solid #AA0000;
}
a {
  font-weight: bold;
  text-decoration: none;
}
a:link {
  font-weight: bold;
  color: #008800;
}
a:active {
  font-weight: bold;
  color: #008800;
}
a:visited {
  font-weight: bold;
  color: #008800;
}
.table_head {
  background-color: #EEEEEE;
  text-align: center;
  font-weight: bold;
}
.good {
  text-align: center;
  background-color: #CCFFCC;
  border: 0px solid #000000;
}
.bad  {
  text-align: center;
  background-color: #FFAAAA;
  border: 0px solid #000000;
}
