﻿div.nextbefore0 {
  position         :relative; 
  width            :510px;
  height           :28px;
  line-height      :28px;
  background-color :#FFFFFF;
  border-bottom: 2px dotted #E5E5E6;
  margin-top       :-30px;
  font-size        :11pt;
}

#before0 {
  left: 30px;
}

#center0 {
  left:220px;
}

#next0 {
  left:410px;
}

div.nextbefore1 {
  position         :relative;
/*  width            :600px; */
  width            :510px;
  height           :28px;
  line-height      :28px;
  background-color :#FFFFFF;
  border-top: 2px dotted #E5E5E6;
  font-size        :11pt;
}

#before1 {
  margin-top: 10px;
  left: 30px;
}

#center1 {
  margin-top: 10px;
  left:220px;
}

#next1 {
  margin-top: 10px;
  left:410px;
}

  div.link {
    position      :absolute;
    top           :0px;
    height        :25px;
    line-height   :25px;
    color: rgb(130,130,130); 
  }
    .link a {
      color: rgb(130,130,130); 
      font-size        :10pt;
      text-decoration  :none;
    }
    .link a:hover {
      color :#000000;
    }
