.divIndex a:hover
{
  color: #001E57;
}

.ulIndex li a 
{
  color: #001E57;
  width: 100%;
  text-align: right;
  float:right;
}

.ulIndex li.liIdxSpecial
{
  font-weight: normal;
}

.ulIndex li.liIdxSpecial a 
{
  color: #0000FF;
  text-decoration: none;
  text-align: left;
  float:left;
}

.ulIndex li a.aLeft 
{
  color: #001E57;
  text-align: left;
  float:left;
  width: 10%;
}

.ulIndex li span.spIdxRight
{
  color: #000000;
  float:right;
  width: 10%;
}

.ulIndex li span.spIdxLeft
{
  float:left;
  color: #001E57;
  width: 10%;
}

.ulIndex li span.spIdxDescr
{
  color: #505050;
  float: right;
  font-weight:normal;
  font-size: 0.7em;
  margin-bottom:15px;
}

.ulIndex li.liIdxSpecial a:hover
{
  color: #0000AA;
  text-decoration: none;
}



