﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    line-height: 20px;
}

a
{
    color: #367e2a;
    font-weight: bold;
    text-decoration: none;
}

a:hover
{
    text-decoration: underline;
}


.footer, .footer a
{
    font-size: 10px;
    line-height: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #333333;
}

.mainlinks
{
    color: #abb835;
    font-weight: bold;
    font-size: 14px;
}

.mainlinks:hover
{
    color: #ffd478;
    text-decoration: none;
}

.preload
{
    position: absolute;
    top: -500px;
    left: -500px;
}

.pagetitle
{
    font-weight: bold;
    font-size: 20px;
}

.pagesubtitle
{
    font-size: 14px;
    font-weight: bold;
}

.headrow
{
    background-color: #4c361e;
    color: #FFFFFF;
    font-weight: bold;
}

.oddrow
{
    background-color: #f6f6f0;
}
