body{
   position: absolute;
   left: 0px;
   right: 0px;

   height: 100%;

   margin: 25px;
   padding: 0px;

   background-image: url(../images/meskinas_w.jpg);
   background-position: 100% 100%;
   background-repeat: no-repeat;
/*   background-color: #FFFFFF; */
   background-color: #F8F8F8; 
   background-attachment: fixed;

   color: 220000;
   font-family: Verdana;
   font-size: 10pt;
 
}


table.deal td {
  font-size: 0.7em;
}

table.deal div.centerNS {
  width:  100px;
  height: 100px;
  background-image: url("../images/zoneNS.gif");
}

table.deal div.centerEW {
  width:  100px;
  height: 100px;
  background-image: url("../images/zoneEW.gif");
}

table.deal div.center-- {
  width:  100px;
  height: 100px;
  background-image: url("../images/zoneNone.gif");
}

table.deal div.centerBOTH {
  width:  100px;
  height: 100px;
  background-image: url("../images/zoneAll.gif");
}

table.deal div.centerNone {
  width:  100px;
  height: 100px;
  background-image: url("../images/zoneNone.gif");
}

table.deal div.centerAll {
  width:  100px;
  height: 100px;
  background-image: url("../images/zoneAll.gif");
}
div.news {
  font-size: 1.2em;
  border-top: 3px solid #BA2341; 
  border-bottom: 3px solid #BA2341; 
  text-align: center;
  font-weight: bold;
}
/* ---------------------------------------------  */
table.news {
  width:  100%;
  border-spacing: 15pt;
  
/*  height: 100%; */
}
div.news_head {
  font-size: 0.9em;
  width:  100%;
  text-align: center;
  font-weight: bold;
}
div.news_foot {
  font-size: 0.7em;
  width:  100%;
  text-align: right;
  text-color: #CDCDCD;
}

table.news td {
  width:  100%;
  font-size: 0.8em;
  border: 1px dotted #BA2341; 
  padding: 10px;
}