﻿h1
{
    font-family: Corbel;
    font-size: 2.9em;
    line-height: 1em;
    font-weight: normal;
    color: #ffc000;
    margin: 0;
    padding: 0;
    padding-bottom: 10px;
    letter-spacing: 1.6px;
}
h2
{
    margin: 0;
    font-family: Corbel;
    font-size: 2.2em;
    line-height: 1em;
    letter-spacing: 1px;
    color: White;
    font-weight: normal;
    padding-bottom: 20px;
}
h3
{
    margin: 0;
    font-family: Corbel;
    font-size: 1.6em;
    letter-spacing: 1px;
    color: White;
    font-weight: normal;
    margin-bottom: 12px;
}
p, ul, address, ol
{
    margin: 0;
    padding: 0 0 15px 0;
    color: White;
    font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
    font-size: 1.1em;
    line-height: 1.5em;
    letter-spacing: 1px;
}
ul ul
{
    font-size: 1em;
    padding: 0 0 0 3em;   
}
ul, ol
{
    list-style-position: inside;
}
table
{
    margin: 0;
    margin-bottom: 15px;
    width: 560px;
    border-collapse: collapse;
}

td, th
{
    color: #DDD;
    font-family: Verdana, Tahoma, Helvetica, Sans-Serif;
    font-size: 1.1em;
    line-height: 1.1em;
    letter-spacing: 1px;
    padding: 4px;
    border: 1px solid #666;
    background-image: none;
}
td p
{
    font-size: 1em; /*color: Black;*/
}
tr.odd td
{
    background-color: #555;
}
tr.even td
{
    background-color: #4C4C4C;
}
tr.hovered:hover td
{
    background-color: #AAA;
    color: black;
}
tr.hovered:hover a
{
    color: #900;
}
td td
{
    font-size: 1em;
    text-align: left;
}
a img
{
    border: none;
}
a
{
    color: #fac961;
    text-decoration: none;
}
a:hover
{
    color: #ffc000;
}
p a, h2 a, h1 a
{
    line-height: 1em;
}
/*img, div, a, li, td, h2, span
{
    behavior: url(JavaScript/iepngfix.htc);
}*/

