/* Start of CMSMS style sheet 'articles' */
div#articles, div#RelatedArticles{
    line-height:18px;
    background-color:#ffffff;
    line-height:20px;
    color:#3a3a3a;

}

div#articles .date, #RelatedArticles .date{
    font-size: 11px;
    color:#a5a5a5;
}

div#articles .item, div#RelatedArticles .item{
    margin-top:10px;
}


div#articles .title, div#RelatedArticles .title{
    font-size: 13px;
    padding-top:3px;
    padding-bottom:3px;
    font-weight:bold;
    color:#3463c9;
}

div#articles a {
    color:#444445;
    font-weight:bold;
    text-decoration:none;
}
#articles_home {
   padding-top:10px;
}

#articles_home a{
    font-weight:normal;
    text-decoration:none;
    color:#3a3a3a;
    line-height:20px;
}
div#articles a:hover{
    text-decoration:underline;
}

div#articles .summary, div#RelatedArticles .summary{

}

div#articles .viewAllLink{
    text-align:right;
    padding-bottom:4px;
    border-bottom:1px dotted #aaaaaa;
}

div#articles .viewAllLink a{
    color:#3463c9;
    font-weight:normal;
}

div#RelatedArticles ul{
    list-style:none;
    margin:0px;
    padding:0px;
}


/* End of 'articles' */

