/* Start of CMSMS style sheet 'News' */
.NewsSummaryLink{
    font-size: 100%;
  font-style: italic;
  margin: 15px 0 0 0;
 }

.NewsSummaryLink a {
   text-decoration: none;
   color:  #e8dc8c;
 }

.NewsSummaryLink a:hover {
   text-decoration: none;
   color:  #e8dc8c;
 }

.NewsSummaryCategory {
	display: none;
  font-size: 65%;
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
	display: none
}

.NewsSummaryPostdate {
  font-size: 65%;
	display: none;
  font-weight: bold;
 }

.NewsSummarySummary, .NewsSummaryContent {
   font-family: Univers, 'Gill Sans', Verdana, Helvetica, Arial, sans-serif;
	font-size: 80%;
  line-height: 120%;
  margin-bottom: 5px;
 }

.NewsSummarySummary a:link , .NewsSummaryContent a:link {
	text-decoration: none;
   color:  #e0b049;
 }

.NewsSummarySummary a:hover , .NewsSummaryContent a:hover {
	text-decoration: underline;
   color:  #e0b049;
 }

.NewsSummarySummary a:visited , .NewsSummaryContent a:visited {
	text-decoration: underline;
   color:  #db9809;
 }


.NewsSummaryMorelink{
  font-size: 75%;
  font-weight: bold;
	color: #8aa8c4;
 }

.NewsSummaryMorelink a {
  font-size: 95%;
  font-weight: bold;
	color: #8aa8c4;
	text-decoration: none;
 }

/* News Detail Styles */

#NewsPostDetailTitle {
    font-size: 110%;
  font-style: italic;
   font-weight: normal;
}


#NewsPostDetailDate {
  font-size: 65%;
  font-style: italic;
  margin-bottom: 5px;
  }

#NewsPostDetailSummary {
   margin-bottom: 10px;
  line-height: 110%;
   }

#NewsPostDetailSummary a {
	text-decoration: none;
   color:  #e0b049;

}

#NewsPostDetailContent {
	font-weight: normal;
   font-family: Univers, 'Gill Sans', Verdana, Helvetica, Arial, sans-serif;
	font-size: 90%;
  line-height: 115%;
  margin-bottom: 5px;
  }

#NewsPostDetailContent a {
	text-decoration: none;
   color:  #e0b049;
}

#NewsPostDetailContent a:hover {
	text-decoration: underline;
   color:  #e0b049;
}

#NewsPostDetailHorizRule {
	display: none;
}

#NewsPostDetailCategory {
	font-size: 65%;
  font-style: italic;
}


#NewsPostDetailSummary {
	font-weight: bold;
   font-family: Univers, 'Gill Sans', Verdana, Helvetica, Arial, sans-serif;
	font-size: 70%;
  line-height: 115%;
  margin-bottom: 5px;
  }	
}

#NewsPostDetailContent {
	
}

#NewsPostDetailPrintLink, #NewsPostDetailPrintLink a {
  font-size: 75%;
  font-weight: bold;
	color: #8aa8c4;
}

#NewsPostDetailPrintLink a {
    text-decoration: none;
  font-size: 90%; }
/* End of 'News' */

