BODY{
  margin: 0px auto;
  padding: 0px;
  overflow: auto;
  font-family: Arial;
  font-size: 14px;
  background: #ffffff;
  text-align: center;
  direction: ltr;
  color: #2f3f2f;
}
A{
   text-decoration: none;
   outline: none;
}



#ulist{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;
  margin-top:0px;

  overflow: hidden;
  height: 17px;
}

#ulist li{
    float: left;
    white-space: nowrap;
}
#ulist li a{
    color: #fff;
}


#ulistbg{
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: block;

  overflow: hidden;
  height: 54px;
}

#ulistbg li{
    float: left;
    white-space: nowrap;
     height: 52px;
}
#ulistbg li a{
   visibility: hidden;
}

#ulistbg li.selected{
  background: #838500;
  visibility:  visibles;
}

.continput{
 font-size: 13px;
 color: #777777;
}
.continput2{
  border: 1px solid #777777;
  background-color: #ffffff;
  padding-right:0px;
  font-weight:none;
  color: #777777;
  font-size: 13px;
  width: 260px;
  overflow: hidden;
}






a.pages:link
{font-size:12px;color:#2f3f2f;TEXT-DECORATION: underline}

a.pages:visited
{font-size:12px;color:#2f3f2f;TEXT-DECORATION: underline}

a.pages:active
{font-size:12px;color:#2f3f2f;TEXT-DECORATION: underline}

a.pages:hover
{font-size:12px;color:#2f3f2f;TEXT-DECORATION: none;}
.textpages{font-FAMILY:arial;font-size:14px;color:black; font-weight: bold; }



