img
{
        border: none;
}

body
{
        font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
        font-size: 10pt;
        color: black;
        margin: 0;
}

a 
{
        color: maroon;
        text-decoration: none;
}

a:hover
{
        text-decoration: underline;
}

h1
{
        font-size: 15pt;
        font-weight: normal;
        color: #789;
        margin-top: 0;
        margin-bottom: 0;
}

h2
{
        font-size: 12pt;
        font-weight: normal;
        color: #789;
        margin-top: 0;
        margin-bottom: 0;
}

ul
{
        line-height: 13pt;
        list-style-type: disc;
}

#header
{
        margin-left: 8px;
        margin-top: 8px;
        font-size: 12pt;
}

#leftcolumn
{
        float: left;
        width: 150px;
        margin-left: 8px;
        margin-top: 15px;
        margin-right: 8px;
        margin-bottom: -5000px;
        padding-bottom: 5000px;
}

#verticalline
{
        float: left;
        width: 1px;
        background-color: #778899;
        margin-bottom: -5000px;
        padding-bottom: 5000px;
}

#maincolumn
{
        float: left;
        margin-left: 15px;
        margin-top: 15px;
        width: 790px; 
        margin-bottom: -5000px;
        padding-bottom: 5000px;
}

#leftcolumn h2
{
        color: inherit;
}

#header a:hover
{
        text-decoration: none;
}



.horizontalline
{
        margin-top: 19px;
        margin-bottom: 19px;
        height: 1px;
        background-color: #778899;
}

.leftlink
{
        color: white;
        font-size: 10pt;
}

.leftlinkactive
{
        color: black;
        font-size: 10pt;
}

.header { font-size: 15pt }
.headline { font-size: 13pt }
.normal { font-size: 12pt }
.notsosmall { font-size: 10pt }
.small { font-size: 9pt }
.verysmall { font-size: 8pt }
.black { color: black }
.white { color: white }
.slategray { color: #789 }
.arial { font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
.bold { font-weight: bold }
.italic { font-style: italic }
.underline { text-decoration: underline }
.marginleft { margin-left: 40px }

.strikeoutprice
{
        color: red;
        text-decoration: line-through;
}

.vertical { margin-top: -10pt }
.height { padding-bottom: 12pt }
.list { line-height: 13pt; list-style-type: disc }
.highlight  { color: #ff9a41 }
.headerlink  { color: white; font-size: 11pt; text-decoration: none }
//.haengend { text-indent: 10px }