a.sidemenu:link, a.sidemenu:visited {
        color: #000000;
        text-decoration: none;
        font-face: verdana;
}
a.sidemenu:hover {
        color: red;
        text-decoration: underline;
        border: 1;
        font-face: verdana;
}

a.sidemenu:active {
        color: red;
        font-weight: bold;
        text-decoration: underline;
        font-face: verdana;
}

a.menutop:link, a.menutop:visited {
        color: #000000;
        text-decoration: none;
        font-face: verdana;
        font-size: 11px;
}
a.menutop:hover {
        color: red;
        text-decoration: underline;
        border: 1;
        font-face: verdana;
        font-size: 11px;
}

a.menutop:active {
        color: red;
        font-weight: bold;
        text-decoration: underline;
        font-face: verdana;
        font-size: 11px;
}

a:link, a:visited {
        color: #000000;
        text-decoration: underline;
}

a:hover {
        color: red;
        text-decoration: underline;
        border: 1;
}
a:active {
        color: red;
        font-weight: bold;
        text-decoration: underline;
}

h1.pageheader {
        color: gray;
        font-weight: bold;
        font-size: 24pt;
        font-face: verdana;
        margin-bottom: 0px;
        margin-top: 0px;
}

h1.pageheader2 {
        color: gray;
        font-weight: bold;
        font-size: 10pt;
        font-face: verdana;
        margin-bottom: 0px;
        margin-top: 0px;
        display: inline;
}

h2.heading {

color: black;
font-weight: bold;
font-size:10pt;
font-face: verdana;
margin-bottom: 0px;
margin-top:0px;
display: inline;

}