.main_table{
  width:900px;
  height:947px;

  border-bottom-color: #FF8CA4;
  border-left-color: #FF0000;
  border-right-color: #FF8CA4;
  border-top-color: #FF0000;

  z-index:0;

  position: fixed;
  margin-top: 8px;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  border-top-style: solid;
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px
}

.under_table{

   border: 0px;
   background-color: #FFFFFF;
   z-index:0;
   margin-top: 7px;

}

.select_map{
  width: 108px;
  border: 1px inset;
  height: 20px;
  font-size: xx-small
}


.dotted_table{
  text-align: center;
  border: 2px dotted #FF0000;

}

.dotted{
  text-align: center;
  border: 2px dotted #FF0000;

}

.dotten_tablo{
  text-align: center;
  border: 2px dotted #FF0000
}

BODY{
    position: relative;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #D7E9FD;
}

.advertising{
   position: absolute;
   left:810px;
   top:1070px;
   z-index:10;

}
.advertising_front{
     float:left;
     width: 5px;
     height: 60px;
     background-image: url(../images/1.jpg);
     background-repeat: repeat-y;
}

.advertising_back{
  float:left;
  width: 5px;
  height: 60px;
  background-image: url(../images/3.jpg);
  background-repeat: repeat-y;
}

.advertising_middle{
  float:left;
  background-image: url(../images/2_1.jpg);
  background-repeat: repeat-x;
  padding-left: 4px;
  padding-right: 4px;
  width: 200px;
  height: 60px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #0000CC;
  text-align: center;
  vertical-align: middle
}