/* =BUTTONS ::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

.Button 
{
    

}

.Section.Small .Button.BtnReadMore 
{


height:25px;
display:block;
text-align:right;
padding-right:8px
}

.Section.Small .Button.BtnReadMore:link,
.Section.Small .Button.BtnReadMore:visited
{
color:#fff;
line-height:25px;
text-decoration:none;
}


.Section.Small .Button.BtnReadMore:hover,
.Section.Small .Button.BtnReadMore:active
{
color:yellow;
text-decoration:underline;
}
