.txtlink {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 85%;
    color: #2048A4;
}

.txtlinkselected {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 85%;
    color: #000000;
}

a.txtlink:hover {
    text-decoration: underline;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 90%;
    color: #AAAAAA;
    text-align: right;
}

.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 90%;
    color: #000000;
    text-align: left;
}

a.footer {
    color: #AAAAAA;
}

a.footer:hover {
    text-decoration: underline;
}
				
