/*blaue schrift*/
.blau { font-family:Arial; font-size:10pt; color:#006AB3; font-weight:bold; }

/*blaue schrift klein*/
.blauklein { font-family:Arial; font-size:8pt; color:#006AB3; font-weight:normal; }

/*blaue schrift underline*/
.blauunderline { font-family:Arial; font-size:10pt; color:#006AB3; font-weight:bold; text-decoration:underline; }

/*schwarze schrift*/
.klein { font-family:Arial; font-size:10pt; color:#000000; font-weight:normal; }

/*weisse schrift*/
.weiss { font-family:Arial; font-size:10pt; color:#FFFFFF; font-weight:normal; }

/*weisse schrift underline*/
.weissunderline { font-family:Arial; font-size:10pt; color:#FFFFFF; font-weight:normal; text-decoration:underline; }

/*links*/
a.style01:link { font-family:Arial; font-size:10pt; color:#A1C8E3; text-decoration:none; font-weight:bold; }
a.style01:visited { font-family:Arial; font-size:10pt; color:#A1C8E3; text-decoration:none; font-weight:bold; }
a.style01:active { font-family:Arial; font-size:10pt; color:#006AB3; text-decoration:none; font-weight:bold; }
a.style01:hover { font-family:Arial; font-size:10pt; color:#006AB3; text-decoration:underline; font-weight:bold; }

/*links*/
a.style02:link { font-family:Arial; font-size:10pt; color:#FFFFFF; text-decoration:none; font-weight:normal; }
a.style02:visited { font-family:Arial; font-size:10pt; color:#FFFFFF; text-decoration:none; font-weight:normal; }
a.style02:active { font-family:Arial; font-size:10pt; color:#FFFFFF; text-decoration:none; font-weight:normal; }
a.style02:hover { font-family:Arial; font-size:10pt; color:#FFFFFF; text-decoration:underline; font-weight:normal; }

/*links*/
a.style03:link { font-family:Helvetica,Arial; font-size:8pt; color:#006AB3; text-decoration:none; font-weight:normal; }
a.style03:visited { font-family:Helvetica,Arial; font-size:8pt; color:#006AB3; text-decoration:none; font-weight:normal; }
a.style03:active { font-family:Helvetica,Arial; font-size:8pt; color:#006AB3; text-decoration:none; font-weight:normal; }
a.style03:hover { font-family:Helvetica,Arial; font-size:8pt; color:#006AB3; text-decoration:underline; font-weight:normal; }

/*links*/
a.style04:link { font-family:Arial; font-size:10pt; color:#006AB3; text-decoration:none; font-weight:normal; }
a.style04:visited { font-family:Arial; font-size:10pt; color:#006AB3; text-decoration:none; font-weight:normal; }
a.style04:active { font-family:Arial; font-size:10pt; color:#006AB3; text-decoration:none; font-weight:normal; }
a.style04:hover { font-family:Arial; font-size:10pt; color:#006AB3; text-decoration:underline; font-weight:normal; }

