Subject: styles.css


<style type="text/css">



table.padding
        {
                padding-left :5px;
        }
        
table
        {
                font-family : Arial,Sans-Serif;
                font-size:8pt;
                color : #262626;
        }

tr.nopadding
        {
                padding-left:0px;
        }

h1
        {
                font-family : Arial,Sans-Serif;
                font-size:12pt;
        }

h2,h3,body
        {
                font-family : Arial,Sans-Serif;
                font-size:8pt;
        }



body.contentbody
        {
                background-color:#ffffff;
                color : #000000;
                font-family : Arial,Helvetica,Sans-Serif;
                font-size:8pt;
                Background-attachment: fixed;
                vertical-align: top;
                margin-left:5%;
                margin-right:5%;
                margin-top:20px;
        }







.helptext
        {
                font-family : Arial,Sans-Serif;
                font-size:8pt;
                color:#262626;
        }

.contenttext
        {
                font-family : Arial,Sans-Serif;
                font-size:8pt;
                color:#262626;
        }

.normaltext
        {
                font-family : Arial,Sans-Serif;
                font-size:8pt;
                color : #262626;
        }

.smalltext
        {
                font-family : Arial,Sans-Serif;
                font-size:8pt;
                color : #262626;
        }
        
.normaltextlink
        {       font-family: Arial,Sans-Serif;
                font-size:8pt;
                font-style: normal;
                font-weight: normal;
                color: #262626;
                text-decoration: underline;
                }



.menutextlink
        {       font-family: Arial,Sans-Serif;
                font-size:8pt;
                font-style: normal;
                font-weight: normal;
                color: #262626;
                text-decoration: none;
                }




.headertextbold
        {
                font-family : Arial, Sans-Serif;
                font-weight : normal;
                font-size:16pt;
                font-weight : normal;
                color : #262626;
        }


.headertextbold02
        {
                font-family : Arial, Sans-Serif;
                font-weight : bold;
                font-size:12pt;
                color : #262626;
        }


.normaltextbold
        {
                font-family : Arial,Sans-Serif;
                font-weight : bold;
                font-size:8pt;
                font-weight : bold;
                color : #262626;
        }


.normaltext02bold
        {
                font-family : Arial,Sans-Serif;
                font-weight : bold;
                font-size:10pt;
                font-weight : bold;
                color : #262626;
        }

.normaltext03bold
        {
                font-family : Arial,Sans-Serif;
                font-weight : bold;
                font-size:11pt;
                font-weight : bold;
                color : #262626;
        }

.normaltext02boldkursiv
        {
                font-family : Arial,Sans-Serif;
                font-weight : None;
                font-size:10pt;
                font-style: None;
                color : #262626;
        }



.smalltextblack
        {
                font-family : Arial,Sans-Serif;
                font-size:7pt;
                font-weight : bold;
                color : #262626;
        }






        }

A:link {
                text-decoration: None;
                font-weight : bold;
                color: #000080;
        }

A:visited {
                text-decoration: None;
                font-weight : bold;
                color: #000080;
        }

A:active {
                text-decoration: None;
                font-weight : bold;
                color: #000080;
        }



</style>

