A.nav, A.nav:active, A.nav:hover, A.nav:link, A.nav:visited {
    color: #ffc;
    /*text colour on side menu links*/
    text-decoration: none
    }
.lhdRowSel {
    background-color: #9cf;
    font-family: Arial;
    font-size: 10pt;
    color: #FFF;
    font-weight: bold
    }
.lhdRowCur {
    background-color: #FB4940;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold
    }
.lhdRow {
    background-color: #288858;
    font-family: Arial;
    font-size: 10pt;
    font-weight: bold
    }
h1 {
    font-family: Arial;
    color: #F00;
    font-size: 24pt;
    font-weight: bold
    }
h2 {
    font-family: Arial;
    color: #F00;
    font-size: 14pt;
    font-weight: bold
    }
h2.news {
    font-family: Arial;
    color: #F0F;
    font-size: 14pt;
    font-weight: bold
    }
p {
    font-family: Arial;
    font-size: 10pt;
    line-height: 100%;
    margin-top: 5;
    margin-bottom: 15
    }
li {
    font-family: Arial;
    font-size: 10pt;
    line-height: 100%;
    margin-top: 5;
    margin-bottom: 15
    }
td {
    font-family: Arial;
    font-size: 10pt
    }