

.articlePage .info ul {
	margin: 0 0 20px 20px;
}

.articlePage .info ul li {
	list-style: square;
	padding-bottom: 5px;
}

.linkTable tr td{
  padding: 5px;
}

.articlePage .italic{
  font-style: italic;
}

.articlePage .bold{
  font-style: italic;
}

.articlePage .fineprint{
  font-size: 50%;
}

.articlePage .splashes{
  float: right;
  width: 302px;
}

.articlePage .textContent{
  float: left;
  width: 540px;
  padding:0 50px 0 20px;
}

  .articlePage .textContent .title {
    margin:30px 0 15px 0;
  }
  .articlePage .textContent .lead {
    margin: 0px 0px 15px 0px;
    line-height: 30px;
    font-size: 26px;
  }
  .articlePage .textContent p{
    color: rgb(134, 134, 134);
  }
  .articlePage .textContent p a{
      text-decoration: underline;
      color: rgb(133, 198, 87);
  }
  .articlePage .textContent .text p{
    margin-bottom: 20px;
    line-height: 20px;
  }
    .articlePage .textContent .text p a, .articlePage ul li a{
      text-decoration: underline;
      color: rgb(133, 198, 87);
    }

.articlePage .newsEntry .readMore{
  padding: 10px 0 30px 0;
}
.articlePage .newsEntry .leadText a{
  color: rgb(133, 198, 87);
}
.articlePage .newsEntry .leadText{
  font-size: 15px;
  line-height: 20px;
  height: 111px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10px;
}
.articlePage .newsEntry .caption{
  font-family: altgot, Arial;
  font-size: 40px;
  padding: 10px 0 3px 0;
}
.articlePage .newsEntry .writers{
  font-family: DINMittelschrif, Arial;
  font-size: 15px;
  padding-top: 8px;
  float: right;
}
.articlePage .newsEntry .date{
  font-family: altgot, Arial;
  font-size: 28px;
  width: 100%;
  border-bottom: 1px solid rgb(133, 198, 87);
  padding-bottom: 3px;
  padding-top: 30px;
}
.articlePage .newsEntry{
  width: 100%;
}

.articlePage .textLink{
  color: rgb(133, 198, 87);
  text-decoration: underline;
}