﻿.fx
{
    position: absolute;
}

body
{
    font-size: 9pt;
    cursor: default;
    color: black;
    background-color: #000;
    margin: 0px 0px 0px 0px;
    font-family: Segoe UI, Arial, Verdana, Tahoma;
}

.adjusted
{
    padding: 15px;
    border-left: 1px solid #f0f0f0;
    border-bottom: 1px solid #ddd;
}

.acc a:link, .acc a:visited, .acc a:active, .acc a
{
    color: #ffffff;
    font-family: Segoe UI, Arial, Verdana, Tahoma;
    text-decoration: none;
}

p{margin-top: 5px; margin-bottom: 5px;}

.acc a:hover
{
    color: #fcfcfc;
    font-family: Segoe UI, Arial, Verdana, Tahoma;
    text-decoration: none;
}


.nav3 a:link, .nav3 a:visited, .nav3 a:active, .nav3 a
{
    color: #888;
    font-family: Arial;
    text-decoration: none;
}

.nav3 a:hover
{
    color: #0099FF;
    font-family: Arial;
    text-decoration: none;
}

.nav3 strong a:link, .nav3 strong a:visited, .nav3 strong a:active, .nav3 strong a
{
    color: #666;
    font-family: Arial;
    text-decoration: none;
}

.nav3 a:hover
{
    color: #0099FF;
    font-family: Arial;
    text-decoration: none;
}

.nav3 p
{
    margin-bottom: 5px;
}

.nav a:link, .nav a:visited, .nav a:active, a
{
    color: #fff;
    text-decoration: none;
}

.nav a:hover
{
    color: #C4C4FF;
    text-decoration: none;
}

a.nav2:link, a.nav2:visited, a.nav2:active, a.nav2
{
    color: #fff;
    text-decoration: none;
}

a.nav2:hover
{
    color: #dff;
    text-decoration: none;
}


.codeblock
{
    font-family: Consolas, Courier New, Tahoma;
    border: 1px solid #aaaaaa;
    background-color: #fbfbfb;
    padding: 6px;
}


a:link, a:active, a, a:visited
{
    color: #614DB3;
    text-decoration: underline;
}



a:hover
{
    color: #C4C4FF;
    text-decoration: none;
}

input
{
    font-size: 8pt;
}

ul
{
    margin-top: 5px;
    margin-bottom: 5px;
}

li
{
    margin-left: -16px;
}

.centered
{
    text-align: center;
}

.showBox
{
    padding-left: 20px;
    padding-right: 20px;
}

h1
{
    font-size: 15pt;
    margin-top: 20px;
    margin-bottom: 2px;
    color: #000;
    font-family: Segoe UI, Arial;
    font-weight: normal;
}

h2
{
    font-size: 16pt;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #333;
    font-family: Segoe UI, Arial;
    font-weight: normal;
}

h3
{
    font-size: 12pt;
    margin-top: 2px;
    margin-bottom: 2px;
    color: #333;
    font-family: Segoe UI, Arial;
    font-weight: bold;
}

p
{
    margin-bottom: 0px;
    margin-top: 0px;
}

Table
{
    color: #000;
    font-family: Segoe UI, Arial, Verdana, Tahoma;
    font-size: 10pt;
    text-align: justify;
}

img
{
    border-style: none;
    border-color: inherit;
    border-width: 0px;
}
