/* Content css */



.title{
  font-size:13px;
  font-weight:bold;
}

.teaser .link{
  font-weight:bold;
  text-decoration:underline;
}


.sectionTitle{
  background-color:#001C4E;
  color:#ffffff;
  font-weight:bold;
  padding:2px;
  position:relative;
}

.sectionTitle .moreLink{
  position:absolute;
  right:2px;
  top:2px;
}

  .sectionTitle .moreLink a.link{
    color:#ffffff;
    font-size:10px;
  }
  

a.headlineLink{
  text-decoration:none;
}
a.headlineLink:hover{
  text-decoration:underline;
}


/*other headlines*/

#otherHeadlines .date{
  width:60px;
}

#otherHeadlines .secBoxContainer table{
  padding:3px 0px;
}

/*in the news*/

#inTheNews .date{
  font-weight:bold;
}
  
  #inTheNews .teaser_p{
    padding:2px 0px;
  }
  #inTheNews .teaser_p a{
    text-decoration:none;
    font-weight:normal;
    font-size:11px;
  }
  
  #inTheNews .title{
    font-style:italic;
  }

