.pageTitle
{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #3A7DC3;
    color: #fff;
    font-size: 22px;
}

.pageTitle a
{
    color: #fff;
}

.pageTitle .separator
{
    width: 1px;
    background-color: #fff;
}

#newsListPage img
{
    width: 100%;
}

.noPadding
{
    padding: 0px;
}

.newsContent
{
    margin-left: 20px;
    margin-right: 20px;
}

.newsContent h3
{
    text-transform: uppercase;
}

.newsContent .info
{
    font-size: 11px;
    margin-bottom: 10px;
}

.btn-grey
{
    background-color: #EBEBEB;
}

.newsContent .btn-grey
{
    padding: 13px 40px 13px 40px;
    margin-top: 50px;
    margin-bottom: 20px;
}

.newsDetails .detailedContent
{
    padding-top: 20px;
    padding-bottom: 40px;
}