﻿/* 
 ** Standard styles for document 
 */
body
{
    background: white;
    background-image: url(../images/backgrounds/Back200200.jpg);
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    background-repeat: repeat;
    background-attachment: fixed;
}

p
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    color: black;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 0px;
    text-align: justify;
    vertical-align: middle;
    line-height: normal;
    text-indent: 0px;
}

ul.lists
{
    font-family: Verdana, Arial, Helvetica;
    font-size: 10pt;
    margin-right: 15px;
    margin-left: 40px;
    margin-bottom: 0;
    text-align: justify;
    vertical-align: middle;
    list-style-type: square;
}

h1
{
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size: 12pt;
    font-weight: bold;
    margin-top: 0px;
    background: #684f38;
    background-image: url(../images/backgrounds/TitleBar.jpg);
    text-align: center;
    line-height: 25px;
}

h2
{
    margin-top: 0px;
    color: black;
    background-image: url(../images/backgrounds/TitleBar.jpg);
    font-family: Verdana, Arial, Helvetica;
    font-size:10pt;
    font-weight:bold;
    text-align: center;
}

h3
{
    color: white;
    margin-top: 0px;
    background: #684f38;
    text-align: center;
    font-family: Verdana, Arial, Helvetica;
    font-size:10pt;
}

h4
{
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size:14pt;
}

h5
{
    color: black;
    font-family:  Verdana, Arial, Helvetica;
    font-size: 10pt;
}

h6
{
    color: black;
    font-family: Verdana, Arial, Helvetica;
    font-size:10pt;
}

