/* CCS STYLES */

body 
{
  background-color: transparent; 
  font-family: Tahoma, Arial; 
  font-size: 11px; 
  color: #29383d;
}

body#scroll 
{ 
  overflow: hidden;
}

.scroll 
{
  top: 0;
  left: 1px;
  position: absolute;
  white-space: nowrap;
  visibility: visible;
}

a 
{ 
  color: #29383d;
  font-size: 11px; 
  text-decoration: none; 
}

a:hover 
{ 
  color: #29383d; 
  text-decoration: underline;
}

a:visited 
{
  color: #29383d;
}