/* CSS2 cascading style sheet copyright (c) 2002 pgw Ltd. */

a:link {
    background: transparent;
    color: #848284;
    text-decoration: none;
}

a:visited {
    background: transparent;
    color: #848284;
    text-decoration: none;
}

a:hover {
    background: transparent;
    color: #000000;
    text-decoration: none;
}

a.nav:hover {
    color: #001873;
}

body {
    color: #000000;
    background: #ffffff;
    font-family: arial, sans-serif;
    font-size: 12pt;
    margin: 4px 8px 6px 2px;
    padding: 0;
    width: auto;
}

div {
    border: none;
    clear: both;
    margin: 8px 6px 10px 6px;
    padding: 0;
    width: auto;
}

div.ban {
    background: #001873;
    margin: 38px 12px;
    width: 138px;
}

div.foo {
    margin: 5px;
}

div.nav {
    margin: 28px 5px 5px 5px;
}

em.emphasis {
    font-style: italic;
}

h1 {
    background: #848284;
    clear: both;
    color: #000000;
    font-family: arial, sans-serif;
    font-size: 11pt;
    font-style: normal;
    font-weight: bold;
    margin: 0;
    padding: 8px 0 8px 12px;
    text-align: justify;
    width: auto;
}

h2 {
    background: transparent;
    border: none;
    clear: left;
    color: #000000;
    font-family: "times new roman", times, serif;
    font-size: 16pt;
    font-weight: normal;
    padding: 4px 0 14px 0;
    margin: 0;
    text-align: left;
}

h3 {
    background: transparent;
    clear: left;
    color: #001873;
    font-family: arial, sans-serif;
    font-size: 13pt;
    font-weight: normal;
    padding: 0;
    margin: 18px 0 6px 0;
    text-align: left;
}

iframe {
    margin: 8px 0;
    width: 100%;
}

img {
    clear: both;
    margin: 10px 0 0 0;
}

li {
    background: transparent;
    clear: left;
    color: #000000;
    font-size: 12pt;
    list-style: square;
    margin: 3px 0 0 0;
    padding: 0;
    text-align: justify;
    text-indent: 0;
    width: auto;
}

li.cir {
    list-style: circle;
}

p {
    background: transparent;
    clear: both;
    color: #000000;
    font-size: 12pt;
    margin: 6px 0;
    padding: 0;
    text-align: center;
    text-indent: 0;
    width: auto;
}

p.ban {
    color: #ffffff;
    font-size: 11pt;
    padding: 4px 0 190px 12px;
    text-align: justify;
}

p.con {
    clear: none;
    margin: 2px 0 0 0;
    text-align: justify;
    text-indent: 12pt;
}

p.foo {
    font-size: 10pt;
    margin: 10px 0 5px 0;
}

p.int {
    clear: left;
    margin: 15px 0 0 0;
    text-align: justify;
}

p.nav {
    background: transparent;
    color: #848284;
    font-size: 11pt;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-indent: 0;
    width: auto;
}

pre {
    white-space: pre;
}

small {
    font-size: smaller;
}

strong {
    font-weight: bold;
}

sub {
    vertical-align: sub;
    font-size: 8pt;
}

sup {
    vertical-align: super;
    font-size: 8pt;
}

table {
    border: none;
    margin: 0;
    padding: 0;
}

td {
    background: #ffffff;
    color: #001873;
    text-decoration: none;
    font-family: arial, serif;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: justify;
    text-indent: 0em;
}

ul {
    margin-top: 4px;
    margin-bottom: 3px;
}
