#links{
  position      :   relative;
  float         :   left;
  top           :   0px;
  left          :   0px;
  width         :   450px;
}
#textScroller {
  position      :   absolute;
  right         :   0px;
  top           :   0px;
  cursor        :   pointer;
  height        :   0px;
}
#up{
  position      :   relative;
  float         :   right;
  top           :   -10px;
  left:15px;
  cursor        :   pointer;
  height        :   0px;
}
#down{
  position      :   relative;
  float         :   right;
  left          :   15px;
  top           :   0px;
  cursor        :   pointer;
}
#conts{
  position      :   relative;
  top           :   0px;
  width         :   450px;
  height        :   233px;
  overflow      :   hidden;
  float         :   left;
  margin        :   0px 0px 0px 0;
}
.txt{
  position      :   absolute;
  left          :   0px;
  top           :   0px;
  padding       :   0px;
  visibility    :   hidden;
  text-align    :   left;
  font          :   11px Tahoma;
  text-transform:   none;
  color         :   #000000;
}
.txt p
{
  margin-bottom: 15px;
}
.txt p a
{
  color: #000000;
  text-decoration: underline;
  padding-bottom: 10px;
}
.txt p span
{
  color: #ff0000;
  font: 12px Tahoma;
}
.txt h4{

  font          :   bold 11px Tahoma;
  color         :   #000000;
  margin-bottom: 15px;
  text-transform: none;
}
.txt h5{

  font          :   bold 16px Tahoma;
  color         :   #000000;
  margin-bottom: 15px;
}
.txt span{

  font          :   bold 16px Tahoma;
  color         :   #000000;
  padding: 0 0 0 1px;
}
.txt h3,.txt h2 a{

  text-decoration: underline;
  color         :   #000000;
}
.txt h2{

  font          :   11px Tahoma;
  color         :   #000000;
   margin-bottom: 15px;
}

