﻿body 
{
    font-family: Verdana, Arial;
    font-size: 8pt;
    color: #666666;
    margin: 0;
    line-height: 1.75em;
    background-color: #ffffff;
}

p
{
	font-size: 11px;
    margin: 6pt 7pt 0pt 7pt;
}

h1, h2, h3, h4
{
    color: #dd5500;
    font-weight: normal;
    margin: 6pt 0pt 3pt 10pt;
}

h1
{
    font-size: 24px;
}

h2
{
    font-size: 17px;
}

h3
{
    font-size: 14px;
}

h4
{
    font-size: 11px;
    font-weight: bold;
}

a
{
	font-size: 11px;
    color: #dd5500;
    text-decoration: underline;
}

a:hover, a:active
{
    color: #FF9900;
}

hr
{
    height: 1px;
    border: 1px dotted #cccccc;
}



form
{
margin:0px;
}

.small
{
    font-size: 11px;
}

.menu
{
	font-size: 11px;
    font-weight: bold;
}

.menu a
{
    color: #555555;
    text-decoration: none;
}

.menu a:hover, a:active
{
    color: #dd0000;
    text-decoration: underline;
}


