/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *//* ------------------------------------------------------------------------------------------- *//* USED COLORS                                                                                 *//* to get NICE colors you should change the COLOR values of                                    *//* TWO or THREE COLORS (RGB) in EQUAL distances.                                               *//* ------------------------------------------------------------------------------------------- *//* hex      -    r   g   b  - color                                                            *//* ------------------------------------------------------------------------------------------- *//* #000000  -    0   0   0  -  black                                                           *//* #FFFFFF  -  255 255 255  -  white                                                           *//* #FF0000  -  255   0   0  -  red                                                             *//* #00FF00  -    0 255   0  -  green                                                           *//* #0000FF  -    0   0 255  -  blue                                                            *//* #FFFF00  -  255 255   0  -  yellow                                                          *//* #FF00FF  -  255   0 255  -  pinc                                                            *//* #00FFFF  -    0 255 255  -  türkis                                                          *//* ------------------------------------------------------------------------------------------- *//* #FFFFDF  -  255 255 223  -  yellow bright                                                   *//* ------------------------------------------------------------------------------------------- *//* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *//* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *//* ------------------------------------------------------------------------------------------- *//* TAG DEFINITIONS                                                                             *//* ------------------------------------------------------------------------------------------- *//* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *//* -------------- *//* BODY           *//* -------------- */body   {    color:rgb(0,0,0);    font-family: Times New Roman, Times;    background-color:#FFFFFF;    text-align:left;    font-size:10px;  }/* -------------- *//* TITLES         *//* -------------- */h1w  {    font-family:Arial;    font-size:14pt;     font-weight:bold;    color:rgb(255,255,255);    text-shadow:white;   }h2w  {    font-family:Arial;    font-size:12pt;     color:rgb(255,255,255);   }h3w  {    font-family:Arial;    font-size:12pt;     color:rgb(0,102,153);   }h4  {    font-family:Times New Roman, Times;    color:rgb(153,153,0);  }h5  {    font-family:Times New Roman, Times;    color:rgb(255,153,0);  }h6  {    font-family:Times New Roman, Times;    font-size:10pt;     font-style:italic;    font-weight:normal;    color:rgb(51,102,204);  }/* -------------- *//* TEXTS          *//* -------------- */p, li   {     color:rgb(0,0,0);     font-weight:bold;     font-family:Tahoma,sans-serif;     font-size:11pt;   }p.small  {     font-size:8pt;     font-style:italic;    font-weight:normal;    color:rgb(51,102,204);  }/* ---------------- *//* LINKS            *//* ---------------- */a.  {    font-family:times,arial,helvetica,verdana;    color:#000000;     text-decoration:none;    font-size:10pt;    text-transform: none;  }/* LINK - VISITED */a:visited   {    color:#4169E1;     font-weight:bold;     font-size:10pt;  }/* LINK - ACTIVE */a:hover   {    color:#5F9EA0;    font-weight:bold;     font-size:10pt;  }/* -------------- *//* TABLES         *//* -------------- */table  {	table-border-color-light:rgb(255,204,102);	table-border-color-dark:rgb(204,153,102);   }td  {    font-size:11pt;   }/* TABLE CLASS 01 */table.table01  {    font-size:10pt;     border-color:rgb(102,102,102);    border-spacing:1px;    border-width:2px;    border-style:none;  }td.table01  {    font-size:11pt;     vertical-align:middle;    alignment:left;    padding-left:10px;    border-width:2px;    border-color:rgb(204,204,204);    border-spacing:1px;    border-style:none;  }/* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *//* ------------------------------------------------------------------------------------------- *//* OVERALL DEFINITIONS                                                                         *//* ------------------------------------------------------------------------------------------- *//* +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ *//* ---------------- *//* BACKGROUND COLOR *//* ---------------- */.bgcolor   {background-color:#FFFFDD;}.bgcolor00 {background-color:#66FFFF;}   .bgcolor01 {background-color:#66EEEE;}.bgcolor02 {background-color:#66DDDD;}.bgcolor03 {background-color:#66CCCC;}.bgcolor04 {background-color:#66BBBB;}.bgcolor05 {background-color:#66AAAA;}.bgcolor06 {background-color:#669999;}.bgcolor07 {background-color:#668888;}.bgcolor08 {background-color:#667777;}.bgcolor09 {background-color:#666666;}.bgcolor10 {background-color:#665555;}.bgcolor11 {background-color:#664444;}.bgcolor12 {background-color:#663333;}/* ---------------- *//* BUTTON behaviour *//* ---------------- */.button   {    background-color:#FFFFDD;    color:rgb(0,0,0);   }.button00   {    background-color:#66FFFF;    color:rgb(0,0,0);   }   .button00   {    background-color:#66EEEE;    color:rgb(0,0,0);   }.button02   {    background-color:#66DDDD;    color:rgb(0,0,0);   }.button03   {    background-color:#66CCCC;    color:rgb(0,0,0);   }.button04   {    background-color:#66BBBB;    color:rgb(0,0,0);   }.button05   {    background-color:#66AAAA;    color:rgb(0,0,0);   }.button06   {    background-color:#669999;    color:rgb(0,0,0);   }.button07   {    background-color:#668888;    color:rgb(0,0,0);   }.button08   {    background-color:#667777;    color:rgb(0,0,0);   }.button09   {    background-color:#666666;    color:rgb(0,0,0);   }.button10   {    background-color:#665555;    color:rgb(0,0,0);   }.button11   {    background-color:#664444;    color:rgb(0,0,0);   }.button12   {    background-color:#663333;    color:rgb(0,0,0);   }/* ---------------- *//* STANDARD TEXT    *//* ---------------- */.text {  font-family :times, arial,helvetica, verdana;  font-size:10px;  color:#000000;}.mini {  font-size: 12px;}
