﻿body {
    background-color: #FFFFFF;
    font-size: 10pt;
    font-family: Arial;
}
a {
    color: #996633;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

a:hover {
    color: #ffCC00;
}

.heading {
    color: #996633;
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
}
.newsheading {
    color: #FFFFFF;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}
.latestheading {
    color: #FFFFFF;
    font-size: 11pt;
    font-family: Arial;
    font-weight: bold;
}
.smallpoint {
    color: #000000;
    font-size: 8pt;
    font-family: Arial;
}
a.topmenu {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 10pt;
    font-family: Arial;
    font-weight: bold;
}

a.topmenu:link {
    text-decoration: none;
}

a.topmenu:visited {
    text-decoration: none;
}

a.topmenu:active {
    text-decoration: none;
}

a.topmenu:hover {
    color: #ffCC00;
}

