/*
    This file covers the typograhic aspects of you application
*/

h1
{
    font: 10pt Georgia, Times, serif; overflow: hidden;
    letter-spacing: 0.03em;
    padding-bottom: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
}

h2
{
    font: 9pt Georgia, Times, serif; overflow: hidden;
    color: #39729F;
    letter-spacing: 0.03em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h3
{
    font: bold 9pt tahoma, verdana, arial, sans-serif;
    font-variant: small-caps;
    overflow: hidden;
    color: #333;
    letter-spacing: 0.03em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}


p
{
    padding-top: 0px;
    padding-bottom: 7px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 1.4em;
}

fieldset
{
    margin-top: 0px;
    padding: 10px;
    width: 400px;
    line-height: 1.4em;
}

address
{
    font: 8pt Georgia, Times, serif; overflow: hidden;
    font-style: normal;
    margin-top: 20px;
}

blockquote
{
    font-style: italic;
}

.small_comment
{
    font-family: tahoma, verdana, arial, sans-serif;
    font-size: 7pt;
    color: #333;
    line-height: 0.9em;
}