/* BLOG STYLES */
.BlogTitleEmbed{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:12pt;
    font-weight:bold;
    color:black;
}

A.BlogTitleEmbed:Link{
    color:black;
    text-decoration:none;
}
A.BlogTitleEmbed:Visited{
    color:black;
    text-decoration:none;
}
A.BlogTitleEmbed:Hover{
    color:blue;
    text-decoration:none;
}

.BlogDateLineEmbed{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:7pt;
    color:gray;
}

.BlogBodyEmbed{
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:10pt;
    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:11pt;
    font-weight:normal;
    color:#363636;
}

Site_Bullet
{
    height:50px;
    width:100px;
    padding-left:60px;
    padding-right:10px;
    font-family:Segoe UI,Trebuchet MS, Tahoma;
    font-size:10pt;
    font-weight:bold;
    color:black;
    text-align:left;
    background-image:url(images/site_bullet.png);
    background-repeat:no-repeat;
}
.
/* 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;
}