ul.NoBullet {
  list-style-type: none}

ul.NoBulletNoIndent {
  list-style-type: none;
  margin-left: 0px;
  padding-left: 0px
}

ul.NSFList {
  list-style-image: url('nsf.gif');
}
