﻿p, P, ul, ol, UL, OL, li, LI
{
    color: #999999;
    font-family: Tahoma;
    font-size: 12px;
}

a, a:hover, a:active, a:visited, A, A:hover, A:active, A:visited
{
    color: #545F78;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: underline;
}

a:hover, A:hover
{
    color: #FE9E0B;
    font-family: Tahoma;
    font-size: 12px;
    text-decoration: none;
}

h1, H1
{
    color: #FE9E0B;
    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
}

h2, H2
{
    color: #545F78;
    font-family: Tahoma;
    font-size: 13px;
}

.OrangeText
{
    color: #FE9E0B;
}

.BlueText
{
    color: #545F78;
}