/* syntax highlighting (used by the first combo defined for the CSS plugin) */

a {color: #006DB5;
   font-size: 9pt;
   font-family: tahoma, serif, arial;
   }
.link_html:link { text-decoration: underlined;}
.link_html:visited { text-decoration: underlined;}
.link_html:hover { text-decoration: underlined;}
.link_html:active { text-decoration: underlined;}


/* info combo */

.head_1_html   { color: #006DB5;
                    font-size: 11pt;
                    font-family: tahoma, serif, arial;
                    font-weight:bold;}

.head_black_html   { color: #000000;
                    font-size: 11pt;
                    font-family: tahoma, serif, arial;
                    font-weight:bold;}

.text_1_html   { color: #006DB5;
                    font-size: 9pt;
                    font-family: tahoma, serif, arial;
                    font-weight:normal;}

.text_black_html   { color: #000000;
                    font-size: 9pt;
                    font-family: tahoma, serif, arial;
                    font-weight:normal;}