/* {NewsArticles} */

/* The horizontal bar displayed above each news article */
HR.hrNews { visibility: visible; }
/* When news items are clicked, the full text of the article */
.newsDetail { background: #fff;}
.newsDetail DIV {margin-bottom:8px;margin-top:3px;margin-left:3px;}
.newsDetailName {font-weight:bold;padding-bottom:6pt;border-bottom:1px solid #999;}
.newsDetailHeadline{padding-bottom:6pt;border-bottom:1px solid #999;}
.newsDetailContent {}
.newsDetailAuthor{visibility:hidden}
.newsDetailFoot{} 
/* Multiple news articles are contained in boxes */
DIV.hrBox { border: 1px solid #ccc; margin: 10px 0px; padding: 0.5em 1.0em; }

/* In page listing */
.ArticleTitle a { font-weight: bold; }
