﻿
body 
{
    font-family: "Lucida Grande","Lucida Sans",Verdana,sans-serif;
    background-color: #ADADAD;
}

p
{
    margin: 6pt 0pt 12pt 0pt;
}

h1, h2, h3, h4, h5
{
    color: #000000;
    margin: 12pt 0pt 6pt 0pt;
}

/*h1
{
    color: #0099FF !important;
    font-size: 2em !important;
    font-weight: normal;
    padding-bottom: 1.25em;
}

h2
{
    font-size: 1.5em;
    font-weight: bold;
}

h3
{
    font-size: 1.25em;
    font-weight: bold;
}

h4
{
    font-size: 1em;
    font-weight: bold;
}

h5
{
    color: #000000;
    border-bottom: 1px solid #cccccc;
    text-transform: uppercase;
}*/

a
{
    color: #0099FF;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #DDDDDD;
}

hr
{
    border-color: #cccccc;
    border-width: 1px 0 0 0;
    border-style: dotted;
}

fieldset
{
    padding: 10px 10px;
}

legend
{
    font-weight: bold;
    color: #666666;
}