﻿body
{
    font-size: 12px;
    color: black;
    font-family: Arial;
    background-color: #e4e4e4;
    margin: auto;
}

.pagetitle
{
    font-weight: bold;
    font-size: 18px;
    color: #990000;
    font-family: Verdana;
}
.announcetitle
{
    font-weight: bold;
    font-size: 14px;
    color: #000000;
    font-family: Arial;
}
.subtitle
{
    font-weight: bold;
    font-size: 14px;
    color: #003300;
    font-family: Arial;
}

.announcetext
{
    font-size: 12px;
    color: #000000;
    font-family: Verdana;
}
.newsdate
{
    font-size: 11px;
    color: #990000;
    font-family: Arial;
}
.link
{
    font-size: 12px;
    color: #598059;
    font-family: Arial;
    text-decoration: underline;
}
.link:hover
{
    font-size: 12px;
    color: #335b33;
    font-family: Arial;
    text-decoration: underline;
}
.tableheader
{
    font-weight: bold;
    font-size: 14px;
    color: white;
    font-family: Arial;
}
.sidenavlink
{
    font-size: 14px;
    color: #598059;
    font-family: Arial;
    text-decoration: underline;
    line-height: 19px;
}
.sidenavlink:hover
{
    font-size: 14px;
    color: #335b33;
    font-family: Arial;
    text-decoration: underline;
    line-height: 19px;
}
.counter
{
    font-size: 12px;
    color: #335b33;
    font-family: Arial;
}
.footer
{
    font-size: 8pt;
    color: #b97473;
    font-family: Arial;
}
hr
{
    border:0;
    width:200px;
    background-color: #b97473;
    height: 1px;
}
.pdf
{
    font-size: 10px;
    color: #598059;
    font-family: Arial;
    text-decoration: underline;
}

