﻿
body {
    font-family: Calibri, "Trebuchet MS" , Verdana, Arial;
    background-color: #FEFEFE;
    font-size: 10pt;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}

p {
    font-size: 10pt;
    line-height: 170%;
}

a:link, a:visited, a:hover, a:active {
    color: black !important;
    text-decoration: none;
    font-weight: 600;
}

a:hover {
    background-color: #EBEBEB;
    text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #666 !important;
    font-weight: normal;
}

h1 {
    font-size: larger;
}

h2 {
    font-size: large;
}

h3 {
    font-size: medium;
}

h4 {
    font-size: small;
}

h5 {
    font-size: smaller;
}

ul.pix, .pix li {
    text-align: center;
    list-style: none;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
}
ul {
    margin: 0px 0px 0px 0px;
}

li {
    margin: 0px 0px 0px 0px;
    list-style-type: disc;
}

li.toc, .lvl1 li {
    font-weight: normal;
    list-style: none;
    color: Black;
    text-transform: none;
    line-height: 150%;
}

.lvl ul, ul.lvl1 {
    line-height: 200%;
    padding-left: 0px;
    white-space: nowrap;
}

li.lvl1 {
    color: #6495ED;
    list-style: none;
    text-transform: uppercase;
    line-height: 200%;
    padding-left: 0px;
    white-space: nowrap;
}

div.title {
    text-align: center;
    color: #009900;
}

div.toc {
}

div.main {
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 990px;
}

div.foot {
    clear: both;
    float: right;
}

div.paddedmain {
    /*    margin-left: 5px;     margin-right: 5px;*/
}

.FloatLeft {
    float: left;
}

.FloatRight {
    float: right;
}
