.NewsSummary {
/* padding for the news article summary */
	/*padding: 0.5em 0.5em 1em;*/
/* margin to the bottom of the news article summary */
/*	margin: 0 0.5em 1em 0.5em;*/
}
.NewsSummaryPostdate, .NewsSummaryCategory, #NewsPostDetailDate, #NewsPostDetailCategory{
 font-size: 10px;
 text-transform: uppercase;
line-height: 10px;
 color:#999;
}
#NewsPostDetailPrint {

}
.NewsSummaryCategory, #NewsPostDetailCategory {
 font-weight: bold;
display:inline;
}
.NewsSummaryLink {
 font-weight: bold;
 padding-top: 0.2em;
}

.NewsSummaryAuthor {
/* italic to set it off from text */
	font-style: italic;
	padding-bottom: 0.5em;
}
.NewsSummarySummary, .NewsSummaryContent {
/* larger than default text */
	line-height: 140%;
}
.NewsSummaryMorelink {
	padding-top: 0.5em;
}
#NewsPostDetailDate  {
/* smaller text */
	/*font-size: 90%;*/
	margin-bottom: 5px;
/* bold to set it off from text */
/*	font-weight: bold;*/
}
#NewsPostDetailSummary {
/* larger than default text */
font-style:italic;
padding-bottom: 5px;
}
#NewsPostDetailTools {
padding: 5px 0 5px 0;
	border-bottom: 1px dashed #DDD;
	border-top: 1px dashed #DDD;

}
#NewsPostDetailCategory {
/*	margin-top: 0.5em;
	padding: 0.2em 0;*/
}
#NewsPostDetailContent {
	margin-bottom: 15px;
       padding-bottom:5px;
}
#NewsPostDetailAuthor {
 text-transform: none;
color: #000;
display:inline;
}
