﻿body
{
    margin: 0 0 0 0;
    font-family: 'Times New Roman' , Arial;
    color: black;
    background-color: #4B3520;
}

.red10
{
    color: #CC3333;
    font-weight: bold;
    font-size: 10pt;
}
.red14
{
    color: #CC3333;
    font-weight: bold;
    font-size: 12pt;
}
.red18
{
    color: #CC3333;
    font-weight: bold;
    font-size: 18pt;
}
.expert
{
    color: #75C7BB;
    font-weight: bold;
    font-size: 12pt;
}

.links
{
    color: #75C7BB;
    font-size: 10pt;
}
.bttn
{
    border-right: #968967 thin solid;
    border-top: #efe8d5 thin solid;
    margin-top: 0px;
    font-weight: bold;
    font-size: 11px;
    margin-left: 0px;
    border-left: #efe8d5 thin solid;
    color: black;
    line-height: 0.85;
    padding-top: 2px;
    border-bottom: #968967 thin solid;
    font-family: Tahoma, sans-serif;
    background-color: #dac99e;
}
/* Links */
a.regular
{
    color: #a00;
    font-family: Arial;
    text-decoration: none;
}
a.regular:hover
{
    color: black;
    font-family: Arial;
    text-decoration: underline;
}
/* End Links */
span.req
{
    color: Red;
    font-weight: bold;
}



