﻿.TextPath {
    font-family: arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 10px;
    color: #666666;
    font-size: 13px;
    line-height: 16px;
}

    .TextPath a:link {
        color: #666666;
    }
    /* unvisited link */
    .TextPath a:visited {
        color: #666666;
    }
    /* visited link */
    .TextPath a:hover {
        color: #666666;
    }
    /* mouse over link */
    .TextPath a:active {
        color: #666666;
    }
/* selected link */

.PageTitle {
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 68px;
    padding-bottom: 10px;
}

    .PageTitle p {
        margin: 0px;
    }

.arrow-news-line {
    display: inline;
}
