.orangeText {
  color: #FE680F;
}

.teaserText {
  color: #FE680F;
  font-size: 300%;
}

.boldText {
  font-weight: bold;
}

.italicText {
  font-style: italic;
}

.contenttable {

}

.contenttable tr{
  height: 15px;
}

p.bodytext{
  margin: 0 0 5px 0;
}

a.orangeArrow {
  text-decoration: none;
  color: #FFFFFF;
  background-image: url(images/orangeLink.gif);
  background-repeat: repeat-x;
  background-position: right;
  padding: 2px 20px 2px 10px;
  font-family: Arial, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  border: none;
}

a.orangeArrow:hover {
  background-color: transparent;
}

.orangeArrow a{
  text-decoration: none;
  color: #FFFFFF;
  background-image: url(images/orangeLink.gif);
  background-repeat: repeat-x;
  background-position: right;
  padding: 2px 20px 2px 10px;
  font-family: Arial, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  border: none;
}

.orangeArrow a:hover {
  background-color: transparent;
}

.LinkListEntry {
  display: block;
  font-size: 11px;
  /*margin-left: 5px;*/
  margin-top: 5px;
}

.LinkListEntry a {
  display: block;
  padding-left: 10px;
  border: none;
  color: #5F666A;
}

.LinkListEntry a:hover {

}

.LinkListEntry1 {
  display: block;
  font-size: 11px;
  /*margin-left: 5px;*/
  margin-top: 5px;
  background-color: #FAFAFA;
}

.LinkListEntry1 a {
  display: block;
  padding-left: 10px;
  border: none;
  color: #5F666A;
}

.LinkListEntry1 a:hover {

}

.LinkListTitle {
  font-weight: bold;
}

.LinkListTitle hover{
  font-weight: normal;
}
