/* 'News' (C) 2009, Jules Bressers */

.NewsSummary {
  margin-bottom:10px;
}
.NewsSummaryPostdate {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: bold;
}
.NewsSummaryLink {
    font-weight: bold;
    padding-top: 0.2em;
}
.NewsSummaryCategory {
  font-style: italic;
}
.NewsSummaryAuthor {
  font-style: italic;
}

#NewsPostDetailDate {
  font-size: 11px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
#NewsPostDetailCategory {
  font-style: italic;
}
#NewsPostDetailAuthor {
  font-style: italic;
}

/* 
div#news {}
div#news h2 {}
.NewsSummaryMorelink {}
.NewsSummarySummary {}
.NewsSummaryContent {}
#NewsPostDetailSummary {}
#NewsPostDetailContent {}
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/