/* Start of CMSMS style sheet 'TreasureCSS News' */
/* news css */

.NewsSummary {
   margin: 0;
   padding: 0;
}

.NewsSummaryLink a {
   text-decoration: none;
   font-size: 11px;
   font-weight: normal;
   color: #999;
   background-image: url('images/news-summary-bullet.gif');
   background-repeat: no-repeat;
   background-position: 0 6px ;
   padding-left: 15px;
}

.NewsSummary > .NewsSummaryLink a {
   background-position: 0 1px ;

}

.NewsSummaryLink .activenews a {
  background-image: url('images/news-summary-bullet-active.gif');
  color: #133d8d;
}

.NewsSummaryLink {
  border-bottom: 1px dotted #999;
  padding: 5px 0;
}

.NewsSummaryLink a:visited, .NewsSummaryLink .activenews a:visited {
  text-decoration: none;
}

.NewsSummaryLink a:visited {
  color: #999;
}

.NewsSummaryLink .activenews a:visited {
  color: #133d8d;
}

#news h2 {
   padding: 0;
   margin: 0;
   font-weight: normal;
   line-height:1.2em;
   font-size: 17px;
}

h2.blue {color: #133d8d;}
h2.pink {color: #e20079;}
h2.grey {color: #999999;}
/* End of 'TreasureCSS News' */

