/* Start of CMSMS style sheet 'News' */
/* Summary Styles */
.NewsSummary {
    margin-bottom: 7px;
    padding-bottom: 2px;
    border-bottom: 1px dotted #d5e298;
    display: block;
}

.NewsSummaryTitle{
    font-size: 14px;
    color: #184cad;
    font-weight: bold;
}

.NewsSummaryLink {

}

.NewsSummaryContent, .NewsSummarySummary {
    font-style: italic;
}

.NewsSummaryMorelink a{
    float: right;
}

.NewsSummaryMorelink a:link, .NewsSummaryMorelink  a:active, .NewsSummaryMorelink  a:visited{
    text-decoration: none;
    color: #be180b;
    font-size: 11px;
    font-weight: bold;
}

.NewsSummaryMorelink a:hover {
    color: #333;
}


/* Detail Styles */

.NewsDetailTitle {
    font-size: 17px;
    color: #184cad;
    font-weight: bold;
    margin-bottom: 4px;
}

.NewsDetailSummary {
    margin-bottom: 4px;
}

.NewsDetailContent {

}

.NewsDetailReturnLink a{
    float: right;
}

.NewsDetailReturnLink a:link, .NewsDetailReturnLink a:active, .NewsDetailReturnLink a:visited {
    text-decoration: none;
    color: #be180b;
    font-weight: bold;
}

.NewsDetailReturnLink a:hover {
    color: #333;
}
/* End of 'News' */

