/* FILE: /formats.css */


/* general styles */
body { margin-top:0px; margin-bottom:0px; }

p,h1,h2,h3,h4,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
        font-family:Arial,helvetica,sans-serif;
        font-weight:100;
}

/* head lines */
h1 { font-size:12pt; margin-top:0pt; margin-bottom:0px;}
h2  { font-size: 14pt; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular }
h3 { font-size:11pt; }
h4 { font-size:16pt; }
h5 { font-size:8pt; font-weight:100; }
/* normal text */
p {
        font-size:9.5pt;
        text-align:left;
}
ul,ol,li,div,td,th,address,nobr,b,i,bl { font-size:9pt; }
dl,dd { font-size:10pt; }

/* text classes */
.i {
        font-style:italic;
}
.s {
        font-size:8;
}
.b {
        font-weight:bold;
}
.bi {
        font-weight:bold;
        font-style:italic;
}
.bs {
        font-size:8;
        font-style:bold;
}
.bl {
        
        color:#091594;
}


/* links */
a:link { color:#091594; text-decoration:none; }
a:visited { color:#091594; text-decoration:none; }
a:active { color:#091594; text-decoration:none; }
a:hover { color:#091594; text-decoration:underline; }

/* end of css-file */