﻿h1
{
    font-size: 14px;
    color: #fede08;
}
h2
{
    font-size: 13px;
    color: #fede08;
    background-image: url(../../images/header-icon.jpg);
    background-repeat: no-repeat;
    background-position: left 3px;
    padding-left: 15px;
}
#TopContentText p
{
    width: 380px;
}

a:link 
{
    color: #e9e9e9;
    text-decoration: none;
}
a:active 
{
    color: #e9e9e9;
    text-decoration: none;
}
a:hover 
{
    color: #e9e9e9;
    text-decoration: none;
}
a:visited 
{
    color: #e9e9e9;
    text-decoration: none;
}

a.nav:link 
{
    color: #e9e9e9;
    font-size: 14px;
    text-decoration: none;
}
a.nav:visited 
{
    color: #e9e9e9;
    font-size: 14px;
    text-decoration: none;
}
a.nav:hover 
{
    color: #fede08;
    font-size: 14px;
    text-decoration: none;
}
a.nav:active 
{
    color: #e9e9e9;
    font-size: 14px;
    text-decoration: none;
}
.req
{
    color: #ff0000;
}