body {
    background-color: #FFFFFF;
    color: #000000;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 10pt;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
}
form, table, ul, ol, li {
    margin-top: 0px;
    margin-bottom: 0px;
}

A:link, A:active {
    color: #000099;
    text-decoration: underline;
}
A:visited {
    color: #000033;
    text-decoration: underline;
}
A:hover {
    color: #0000FF;
    text-decoration: underline;
}
A.title:link, A.title:active, A.title:visited {
    color: #FFFFFF;
    text-decoration: none;
}
A.title:hover {
    color: #FFFF00;
    text-decoration: underline;
}

h1 {
    color: #004284;
    font-size: 16pt;
    font-weight: bold;
    margin-bottom: 30px;
}
h2 {
    color: #004284;
    font-size: 14pt;
    font-weight: normal;
    margin-top: 30px;
}
h3 {
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    margin-bottom: 10px;
}

pre {
    font-family: courier,verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 10pt;
}

th {
    background-color: #0E83B9;
    color: #FFFF00;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
}
th.indextitles {
    font-size: 12pt;
}

td {
    color: #000000;
    font-family: verdana,tahoma,arial,helvetica,sans-serif;
    font-size: 10pt;
}
td.rtfmheader {
    background-color: #0E83B9;
    color: #FFFFFF;
    font-size: 14pt;
    text-align: right;
}
td.breadcrumbs {
    background-color: #004284;
    color: #FFFFFF;
    font-size: 8pt;
    font-weight: bold;
}
td.shadow {
    background-color: #BFBFBF;
}
hr {
    color: #0E83B9;
    background-color: #0E83B9;

