﻿body
{
    font-family: Segoe UI, Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 11px;
    color: #666666;
    background: url(images/layout/background.png) #000000 repeat-x;
    margin: 20px;
    padding: 0;
    line-height: 1.75em;
}

h1, h2, h3, h4, p
{
    margin: 5pt 0;
}

h1, h2, h3, h4
{
    font-family: Trebuchet MS, Tahoma, Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    color: #0099FF;
}

h1
{
    font-size: 2em;
    padding: 5px 0;
    border-bottom: 1px dotted #cccccc;
}

h2
{
    font-size: 1.5em;
}

h3
{
    color: #333333;
    font-weight: bold;
    font-size: 1.2em;
}

h4
{
    font-size: 1em;
    font-weight: bold;
}

hr
{
    border-color: #cccccc;
    border-style: dotted;
    border-width: 1px 0 0 0;
}

a, a:link, a:visited
{
    color: #0099FF;
    text-decoration: none;
}

a:hover, a:active
{
    color: #FF9900;
    text-decoration: underline;
}

fieldset
{
    padding: 10px 10px;
    border: 1px solid #cccccc;
}

legend
{
    font-weight: bold;
    color: #000000;
}

input[type=text], 
input[type=password], 
input[type=file], 
textarea, 
select
{
    border: 1px solid #cccccc;
}

