a.article {
    font-family:Verdana;
    font-size: 11px;
    color: #cd2020;
    font-weight:bold;
    text-decoration:none
}
a.article:hover {
    color: #000000;
    font-weight:bold;
}

h1.article{
    font-family:Verdana;
    font-size: 14px;
    font-weight: bold;
    color:#000000;
}
h2.article {
    font-family:Verdana;
    font-size: 11px;
    font-weight: bold;
    color:#000000;
    margin-bottom:-10px;
    line-height:18px;
    vertical-align:top;
}
h3.article {
    font-family:Verdana;
    font-size: 11px;
    font-weight: bold;
    color:#000000;
}
body, p, table, p.article{
    font-family:Verdana;
    font-size: 11px;
    font-weight: normal;
    color:#000000;
    clear:both;
}

ul.article {
    font-family:Verdana;
    list-style-type: square;
    font-size: 11px;
    color: #cd2020;
    background-color: #ffffff;
}
LI span.article {
    font-family:Verdana;
    list-style-type: square;
    font-size: 11px;
    color: #000000;
    background-color: #ffffff;
}

table.news {font-size: 8pt; margin-top: 12pt}
table.news td {background-image: url('images/background_news.png'); background-repeat: no-repeat; vertical-align: top; width: 33%; padding: 13px 15px}
table.columns {width: 100%; margin: 1em 0}
table.columns td {padding-right: 4pt; vertical-align: top}

table.datatable {border: solid 1px rgb(168,148,36); margin: 1em 0}
table.datatable table.datatable {border-collapse: collapse; border: none; margin: 0}
table.datatable table.datatable tr td {border: solid 1px rgb(212,206,92)}

div.hr {background-color: transparent; height: 3px; border-top: solid 1px rgb(130,115,28); margin-top: 1em; margin-bottom: 1em; overflow: hidden}
div.hrdouble {border-bottom: solid 1px rgb(130,115,28)}
div.hrthick {border-width: 2px; height: 5px}
div.hrdotted {border-top-style: dotted}
div.hrdouble.hrdotted {border-bottom-style: dotted}