<!--
a.title {
  font-weight: bold;
}
a.header {
  color: #111111;
  font-size: 10px;
  text-decoration: none;
  cursor: text;
}
a.header:visited {
  color: #111111;
  text-decoration: none;
  cursor: text;
}
a.header:hover{
  color: #111111;
  text-decoration: none;
  cursor: text;
}
ul.header {
  font-size: 10px;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
}
ul.redheader {
  font-size: 12px;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
}
li.redheader {
  font-size: 12px;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
}
b.redheader {
  font-size: 12px;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
}
a.redheader {
  font-size: 12px;
  list-style-type: none;
  margin-top: 0px;
  margin-bottom: 0px;
  color: red;
}
ul.news, ul.abstracts, ul.treatment {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
li.fm-news {
  border-bottom: dashed 1px #CCCCCC;
  margin-left: 20px;
  margin-right: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
}
li.abstracts {
  padding-left: 20px;
  margin-bottom: 20px;
}
li.treatment {
  padding-left: 20px;
  margin-bottom: 10px;
}
// -->
