.pageFooter td a > label {
    text-decoration: underline;
}

.pageFooter td > a {
    text-decoration: none;
    color: #1F3468 !important;
}

.pageFooter td > span, .pageFooter td > label {
    color: #9C9C9C !important;
}

.pageFooter table td * {
    font-size: 12px !important;
    vertical-align: 1px;
    font-weight: bold;
    display: inline-block;
}

.pageFooter table td > label {
    margin-left: 5px;
}

.pageFooter table td > *:not(label):after {
    content: "|";
    margin: 0 7px;
    color: #9C9C9C;
}

.pageFooter table td > *:last-child:after {
    content: "";
}

.pageFooter table {
    border: 0 solid;
    border-top: 3px #D8D8D8;
    margin: 0 auto;
    width: 100%;
}

/************************************ Internet copyright bottom bar ************************************/
/************************************ Internet copyright bottom bar ************************************/
/************************************ Internet copyright bottom bar ************************************/
.www .pageFooter table {
    white-space: nowrap;
    color: #1f3468;
    font-size: 13px;
    font-weight: bold;
    width: 100%;
    margin-top: 30px;
}

.www .pageFooter table tr:first-child td {
    height: 10px;
    width: 100%;
    margin: 0;
    padding: 0;
    border-bottom: 2px dotted #d3d3d3;
}

.www .pageFooter table td:after {
    margin: 0 10px;
}

.www .pageFooter table td:first-child:after {
    content: "" !important;
}

.www .pageFooter table td a.browsers-ic:after {
    content: "";
    background-repeat: no-repeat;
    background-image: url("image/www-icons.png");
    width: 83px;
    height: 27px;
    vertical-align: -8px;
    display: inline-block;
}