﻿h3 
{
    font-family: Tahoma, Arial, Times New Roman;
    color: #96c335;
    font-size: 14pt;
    font-weight:normal;
    padding: 10px 10px 15px 15px;
}

h4 
{
    font-family: Tahoma, Arial, Times New Roman;
    color: #96c335;
    font-size: 13pt;
    font-weight:normal;
    padding: 10px 10px 15px 15px;
}

p, li, span, label
{
    color: #6c6c6c;
}

p, a, li, span, label
{
    line-height: 20px;
    font-family: Tahoma, Arial, Times New Roman;
    font-size: 12px;
}

p.large
{
    font-size: 14px;
}

a
{
    text-decoration: underline;
    color: #9dd14b;
}

a:hover
{
    color:#b4ff00;
    text-decoration: none;
}

em
{
    font-weight: normal;
    font-style:normal;
    color: #96c335;
}

.Error, h3.Error
{
    color: #FB830B;
}