/* BLOG STYLES */
.BlogTitleEmbed{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:10pt;
    font-weight:bold;
    color:black;
}

A.BlogTitleEmbed:Link{
    color:blue;
    text-decoration:underline;
}
A.BlogTitleEmbed:Visited{
    color:blue;
    text-decoration:underline;
}
A.BlogTitleEmbed:Hover{
    color:green;
    text-decoration:underline;
}

.BlogDateLineEmbed{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:7pt;
    color:gray;
    display:none;
}

.BlogBodyEmbed{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:9pt;
    color:#363636;
}

.ArticleTitle
{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:10pt;
    font-weight:bold;
    color:Black;

}

.ArticleDateLine{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:8pt;
    font-weight:normal;
    color:gray;
}

.ArticleSummary
{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:9pt;
    font-weight:normal;
    color:#363636;
}

.
/* END OF BLOG STYLES */



.SuccessStories{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:9pt;
    font-weight:bold;
    color:black;
}

A.SuccessStories:Link{
    font-weight:bold;
    color:black;
    text-decoration:none;
}
A.SuccessStories:Visited{
    font-weight:bold;
    color:black;
    text-decoration:none;
}
A.SuccessStories:Hover{
    font-weight:bold;
    color:blue;
    text-decoration:none;
}