/* Start of CMSMS style sheet 'News' */
.NewsSummary {
    margin-bottom: 10px;
 }

.NewsSummaryCategory, #NewsPostDetailTitle, #NewsPostDetailCategory {
  color: #005BBA;
  font-weight: bold;
  margin: 5px 0;
 }

.NewsSummaryPostdate, .NewsSummaryAuthor, #NewsPostDetailAuthor, #NewsPostDetailDate {
  color: #c0c0c0;
  font-size: 11px;
  font-weight: normal;
 }

.NewsSummarySummary, .NewsSummaryContent {
  font-size: 11px;
  line-height: 140%;
  margin-bottom: 10px;
  text-align: justify;
 }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 150%;
   }

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  }

.NewsSummaryMorelink A:link, .NewsSummaryMorelink A:visited, .NewsSummaryMorelink A:active {
  color: #FF9507;
  font-size: 11px;
  text-decoration: none;
  }
.NewsSummaryMorelink, .NewsSummaryMorelink A:hover {
  color: #006EE2;
  font-size: 11px;
  text-decoration: none;
  }



/* to add specific style to the below div, uncomment them. */
/* 
.NewsSummaryLink {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/
/* End of 'News' */

