img  {
  border: 0px;
}

.png {
  behavior:url(/js/iepngfix.htc);
}

h1 {
  margin: 2px 0px 1px 7px;
  padding: 0px;
  background: white;
  font: 13.5pt Arial;
  color: black;
  text-align: left;
  z-index: 10;
}

a { color: #0076a3;}

table {
  width :100%;
  border: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background: url(/i/back_empty.gif);
  min-width: 1000px;
  width:expression((parseInt(document.documentElement.clientWidth,10) < 1000)?"1000px":"auto");
}

.back_div {
  position: fixed;
  text-align: left;
  z-index: 1;
  top: 0;
  left: 0;
  bottom:0;
  right: 0;
  width:100%;
  height:100%;
}

* html .back_div{
  position: absolute;
  top:expression( ((Math.round(document.documentElement.scrollTop + document.documentElement.clientHeight)) > Math.round(document.body.clientHeight))?(Math.round(document.body.clientHeight - document.documentElement.clientHeight)+"px"):(Math.round(document.documentElement.scrollTop) + "px") );
/*  top:expression((Math.round(document.documentElement.scrollTop) + "px");*/
}

.body_div {
  width:expression((parseInt(document.documentElement.clientWidth,10) > 1400)?"1400px":"auto");
  max-width: 1400px;
  position: relative;
  margin: 20px;
  margin-bottom: 0px;
  padding: 0px;
  bottom: 0px;
  z-index: 2;
}

