﻿#content h1
{
    color: #333333;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 165%;
}
#content h2
{
    color: #FF3300;
    margin: 0 0 10px 0;
    font-weight: normal;
    font-size: 150%;
}
#content h3
{
    color: #333333;
    margin: 0 0 6px 0;
    font-weight: normal;
    font-size: 135%;
}
#content h4
{
    color: #000000;
    margin: 0 0 3px 0;
    font-weight: normal;
    font-size: 115%;
}

#content hr
{
    height: 1px;
    border: none;
    background: #999999 none;
    margin: 5px 5px 10px 5px;
    overflow: hidden;
}

#content p
{
    margin: 0 0 10px 0;
    color: #333333;
    line-height: 125%;
    letter-spacing: 1px;
}

#content ul, #content ol
{
    margin: 10px 10px 10px 20px;
    font-size: 90%;
}
#content li
{
    margin: 3px 3px 3px 20px
}

a { color: #FF3300; text-decoration: none; }
a:hover { text-decoration: underline; }

#content table
{
    width: 100%;
    border: none;
    font-size: 80%;
}
#content th
{
    background-color: #666666;
    color: #FFFFFF;
    text-align: left;
    padding: 3px;
    border: none;
}
#content td
{
    text-align: left;
    padding: 3px;
    border: none;
}
#content td table
{
    width: auto;
}

a img
{
    border: none;
    vertical-align: middle;
}

.calendar
{
    font-size: 75%;
    text-align: center;
}

