/* CSS Document */
div.broom_list{
  clear: both;
}
div.broom_list a{
  display: block;
  width: 210px;
  font: normal 16px/20px arial;
  color: #747474;
  text-align: left;
  text-indent: 15px;
  
}

div.broom_list a.bactive{
  color: #950000;
}

div.broom_list a span{
  color: #ababab;
}

