﻿html
{
    background: #FCFCFC;
    overflow-y: scroll;
}

body
{
    font-family: Helvetica, Arial, Sans-Serif;
    color: #777;
    font-size: 10pt;
}

input, textarea, select
{
    font-family: Helvetica, Arial, Sans-Serif;
    color: #777;
    font-size: 10pt;
    padding: 3px;
}

fieldset label
{
    width: 200px;
    text-align: left;
    clear: left;
    float: left;
    margin-right: 20px;
    color: #0078C0;
    font-weight: bold;
    margin-top: 20px;
    padding-top: 3px;
}

fieldset div
{
    margin-top: 20px;
}

.error
{
    color: Red;
}

strong
{
    font-weight: bold;
}

em
{
    font-style: italic;
}

h1, h2, h3, h4, p, li
{
    padding-top: 20px
}

h1, h2
{
    font-family: Garamond, Times, Serif ;
}

h1, h2, h3, h4
{
    color: #00B1D8;
}

h1
{
    font-size: 2.4em;
}

h2
{
    font-size: 2.6em;
    font-weight: normal;
}

h3
{
    font-size: 1.2em;
    font-weight: normal;
}

h4
{
    font-size: 1em;
    font-weight: bold;
}

p
{
    line-height: 1.8em;
}

ul
{
    padding-left: 15px;
}

ul li
{
    list-style: url('../images/bullet.png');
}

ol li
{
    list-style-type: decimal;
    margin-left: 20px;
}

a
{
    color: #00B1D8;
    text-decoration: none;
}

a.grey
{
    color: #999;
}

a.grey:hover
{
    color: #00B1D8;
}

.references
{
    font-size: 0.8em;
}

td
{
    vertical-align: top;
}

img.left
{
    float: left;
    margin-right: 20px;   
    margin-top: 20px;
}

img.right
{
    float: right;
    margin-left: 20px;   
    margin-top: 20px;
}
