body                            { margin: 5px; } 
table                           { font-family: tahoma, arial, sans-serif; font-size: 10pt; background-color: #F0F0F0;} 

/* Colors */
.border                         { background-color: #0900CA; }
.content                        { background-color: #F0F0F0; }

/* News */
td.news                         { font-size: 8pt; }

/* Menu */
td.menu                         { background-color: #0900CA; color: #FFFFFF;     } 
td.amenu                        { background-color: #FFFFFF; color: #000000; } 
a.menu                          { color: #FFFFFF; text-decoration: none; }
a.amenu                         { text-decoration: none; font-weight: bold; }
a.menu_l2                       { font-size: 8pt; }

/* Navigation */
.navigation                     { font-size: 9pt; } 
.contentnav                     { text-align: right; font-size: 8pt; } 

/* Text */
h1                              { font-size: 14pt; margin-top: 0pt; }
h2                              { font-size: 12pt; margin-top: 0pt; }
h3                              { font-size: 11pt; margin-top: 0pt; }
p                               { font-size: 10pt; margin-bottom: 1em; margin-top: 0pt; text-indent: 0em; text-align: justify; }
li                              { font-size: 10pt; text-align: justify; }

/* Table data */
table.dt                        { background-color: #303030; } 
td.dh                           { background-color: #0900CA; color: #FFFFFF; } 
td.di                           { background-color: #F0F0F0; } 
                             
a                               { color: #0E056C; text-decoration: underline; }
a.link                          { color: #0E056C; text-decoration: underline; }
a.visited                       { color: #0E056C; text-decoration: underline; }
a:hover                         { color: #FF0000; }

