﻿/* CSS2 cascading style sheet copyright (c) 2002 pgw Ltd. */

@page {
    size: auto;
}

a {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}

a:active {
    color: #ee0000;
}

a:hover {
    color: #ee0000;
}

a.nav {
    color: #ee0000;
    text-decoration: none;
}

a.nul {
    color: #c0c0c0;
    text-decoration: none;
}

a.nul:active {
    color: #c0c0c0;
}

a.nul:hover {
    color: #c0c0c0;
}

body {
    color: #000000;
    background: #ffffff;
    font-family: arial, sans-serif;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin: 5px 5px 5px 10px;
    padding: 0;
    width: auto;
}

dd {
    background: transparent;
    color: #000000;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    margin: 0;
    padding: 0 6px 0 0;
    text-align: right;
    text-indent: 0;
}

dd.lis {
    font-family: inherit;
    font-size: 10pt;
    text-align: left;
    text-indent: 3em;
}

dd.new {
    padding: 0 0 3px 0;
    text-align: justify;
}

div {
    border: none;
    clear: both;
    margin: 5px 5px 0 5px;
    padding: 0;
    width: auto;
}

div.nav {
    border-color: #ee0000;
    border-style: solid;
    border-width: 1px;
    padding: 1px;
}

div.not {
    background: #ffffff;
/*  background-image: url(images/grad.png);
    background-repeat: repeat-y;
    background-position: 0% 0px; */
    border-color: #ee0000;
    border-style: solid;
    border-width: 1px;
    margin: 5px 5px 15px 5px;
    padding: 1px 0 0 10px;
}

div.tex {
    margin: 10px 5px 15px 5px;
}

dl {
    font-family: arial, sans-serif;
    margin: 0;
    padding: 0;
}

dt {
    background: transparent;
    border-color: #ee0000;
    border-style: solid;
    border-width: 1px;
    color: #ee0000;
    font-size: 9pt;
    font-style: normal;
    font-weight: normal;
    margin: 8px 0 3px 0;
    padding: 1px 0 2px 0;
    text-align: center;
    text-indent: 0;
}

dt.lis {
    border: none;
    color: #000000;
    font-family: inherit;
    font-size: 10pt;
    font-style: italic;
    margin: 4px 0 2px 0;
    text-align: left;
}

dt.new {
    margin: 8px 0 0 0;
}

em {
    font-style: italic;
}

h1 {
    background: transparent;
    clear: left;
    color: #000000;
    font-family: inherit;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin: 0 0 2px 0;
    padding: 0;
    text-align: left;
}

h2 {
    background: transparent;
    clear: left;
    color: #000000;
    font-family: inherit;
    font-size: 13pt;
    font-style: normal;
    font-weight: bold;
    padding: 0;
    margin: 5px 0 20px 0;
    text-align: left;
}

h3 {
    background: transparent;
    clear: left;
    color: #000000;
    font-family: inherit;
    font-size: 12pt;
    font-style: normal;
    font-weight: normal;
    padding: 0;
    margin: 10px 0 10px 0;
    text-align: left;
}

img {
    margin: 0;
    padding: 0;
}

li {
    background: transparent;
    clear: left;
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin: 3px 0 0 0;
    padding: 0;
    text-align: justify;
    text-indent: 0;
    width: auto;
}

p {
    background: transparent;
    color: #000000;
    font-size: 10pt;
    font-style: normal;
    font-weight: normal;
    margin: 5px 0 0 0;
    padding: 0;
    text-align: justify;
    text-indent: 1em;
    width: auto;
}

p.cop {
    font-size: 8pt;
    margin: 10px 0 5px 0;
    text-align: left;
    text-indent: 0;
}

p.int {
    clear: left;
    text-indent: 0;
}

p.nav {
    margin: 0 0 2px 0;
    text-align: center;
}

p.not {
    clear: left;
    margin: 0 0 2px 0;
    text-indent: 0;
}

p.quo {
    font-style: italic;
    margin: 8px 0 16px 0;
    text-indent: 0;
}

pre {
    white-space: pre;
}

small {
    font-size: smaller;
}

strong {
    font-weight: bold;
}

sub {
    vertical-align: sub;
    font-size: 80%;
}

sup {
    vertical-align: super;
    font-size: 80%;
}

table {
    background: #ffffff;
    margin: 0;
    padding: 0;
    width: 18cm;
}

td {
    margin: 0;
    padding: 0;
    text-align: center;
}

tr {
    margin: 0;
    padding: 0;
}

ul {
    list-style: square;
    margin: 4px 2em 6px 2em;
    padding: 0;
}

.jap {
    font-size: 10pt;
    font-style: normal;
    text-align: left;
    text-indent: 0;
}

