body
{
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

h1
{
    font-size: 15pt;
    font-weight: normal;
    color: #333333;
}

h2
{
    font-size: 12pt;
    font-weight: bold;
    color: #222222;
}

h2.section
{
    background-color: #eeeeee;
    margin-top: 26px;
    margin-bottom: 16px;
    padding-left: 5px;
    padding-right: 5px;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-color: #cccccc;
}

h3
{
    font-size: 10pt;
    font-weight: bold;
    color: #1a1a1a;
    margin-top: 22px;
    margin-bottom: 12px;
}

p
{
    font-size: 10pt;
    font-weight: normal;
}

a
{
    color: #2929cc;
    text-decoration: none;
    border: none;
}

a:hover
{
    text-decoration: underline;
}

a:visited
{
    color: #7929cc;
}

img
{
    border: none;
}

.path
{
    font-size: 8pt;
    font-family: Verdana, Arial, Sans-Serif;
    color: #1a1a1a;
    text-align: left;
}

.navigation, .navigation_category
{
    font-size: 8pt;
    font-family: Verdana, Arial, Sans-Serif;
    color: #1a1a1a;
    text-align: right;
}

.navigation_category
{
    font-weight: bold;
}

td
{
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
    color: #1a1a1a;
    text-align: left;
}

th
{
    font-size: 10pt;
    font-family: Verdana, Arial, Sans-Serif;
    font-weight: bold;
    color: #1a1a1a;
    text-align: center;
}

.last_change
{
    font-size: 8pt;
    font-family: Verdana, Arial, Sans-Serif;
    color: #999999;
    text-align: center;
}

a.last_change
{
    color: #8a8ae5;
}

hr
{
    height: 1px;
    margin-right: 0;
    text-align: right;
    background-color: #cccccc;
    border: none;
}

.indent
{
    padding-left: 10px;
}

ul
{
    list-style-type: square;
}

.error
{
    color: #aa0000;
    font-weight: bold;
}

.small
{
    font-size: 8pt;
}

.tiny
{
    font-size: 6pt;
}

.hint
{
    color: #aa0000;
    font-weight: bold;
}

