﻿body 
{
    font-family: Trebuchet MS, Verdana, Arial;
    font-size: 8pt;
    color: #666666;
    /*background: url(images/layout/background.png) #000000 repeat-x;*/
    line-height: 1.75em;
}
/*
p
{
    margin: 6pt 0pt;
}

h1, h2, h3, h4
{
    color: #666666;
    font-weight: normal;
    margin: 6pt 0pt 6pt 0pt;
}

h1
{
    font-size: 2.5em;
    padding-bottom: 10px;
    border-bottom: 1px solid dotted;
}

h2
{
    font-size: 2em;
}

h3
{
    font-size: 1.5em;
}

h4
{
    font-size: 1em;
    font-weight: bold;
}

a
{
    color: #0066CC;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #FF3300;
}

hr
{
    height: 1px;
    border: 1px dotted #cccccc;
}

fieldset
{
    padding: 10px 10px;
}

legend
{
    font-weight: bold;
    color: #666666;
}
*/