#list
{
  margin-top: 20px;
}

#list ul
{
  list-style: none;
}

#list ul li
{
  cursor: pointer;
  line-height: 20px;
}

#list ul li a
{
  background: url('../img/pdficon_small.gif') no-repeat center left;
  color: #232323;
  padding-left: 20px;
}

#list ul li a:hover
{
  text-decoration: none;
}

#list ul ul
{
  margin-left: 25px;
}

#content tbody td
{
  padding: 4px;
}

#content thead th
{
  background-color: #0F2F47;
  color: #FFFFFF;
  padding: 4px;
}

#content td span
{
  font-weight: bold;
}

#adobe
{
  margin-top: 20px;
}

#tabs
{
  width: 582px;
}

