body {
    color: black;
    background-color: white;
    font-family: Helvetica, Arial, sans-serif;
}
h1 {
    color: #000066;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 24pt;
    padding: 0px;
    margin: 0px;
    border: 0px none;
}
h2 {
    color: #000066;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 18pt;
    padding: 0px;
    margin: 0px;
    border: 0px none;
}
h3 {
    color: #000066;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 14pt;
    padding: 0px;
    margin: 0px;
    border: 0px none;
}
h1.title {
    color: #000066;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 48pt;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    letter-spacing: -2pt;
    line-height: 40pt;
}
h1.small-title {
    color: #000066;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 24pt;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    letter-spacing: -0.5pt;
    line-height: 20pt;
}
h1.title .dropletter {
    vertical-align: -8%;
}
h1.small-title .dropletter {
    vertical-align: -10%;
}
h1.pretitle {
    color: #000066;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 32pt;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    line-height: 30pt;
}
h1.small-pretitle {
    color: #000066;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-style: italic;
    font-size: 16pt;
    padding: 0px;
    margin: 0px;
    border: 0px none;
    line-height: 15pt;
}
table.bannerhead {
    border-spacing: 0 0;
    width: 800px;
}
table.bannerhead td.left {
    width: 150px;
}
table.bannerhead td {
    vertical-align: bottom;
}
table.bannerhead td.right {
    width: 200px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 12pt;
    background-color: #CCCCFF;
    vertical-align: middle;
    padding: 10px;
}
table.page {
    /* border-spacing: 0 0; */
    width: 800px;
}
table.page td.left {
    width: 123px;
    background-color: #000066;
    color: #ccccff;
    vertical-align: top;
    text-align: right;
    padding: 10px;
    font-size: 9pt;
}
table.page td.top {
    background-color: #CCCCFF;
    font-size: 3px;
    margin-bottom: 25px;
}
p.mini {
    padding-top: 10px;
    margin: 0;
}
td.left .menuhead {
    font-size: 12pt;
    font-weight: bold;
    text-align: center;
    color: white;
    margin-top: 0px;
    margin-bottom: 0px;
}
td.left a:link {
    color: #ffffff;
}
td.left a:visited {
    color: #ccccff;
}
td.left a:hover {
    color: #9999ff;
}
td.left a:active {
    color: #ff9999;
}
h1.small-pretitle a:link {
    color: #000066;
    text-decoration: none;
}
h1.small-pretitle a:visited {
    color: #000066;
    text-decoration: none;
}
h1.small-pretitle a:hover {
    color: #9999ff;
    text-decoration: none;
}
h1.small-pretitle a:active {
    color: #ff9999;
    text-decoration: none;
}
h1.small-title a:link {
    color: #000066;
    text-decoration: none;
}
h1.small-title a:visited {
    color: #000066;
    text-decoration: none;
}
h1.small-title a:hover {
    color: #9999ff;
    text-decoration: none;
}
h1.small-title a:active {
    color: #ff9999;
    text-decoration: none;
}
table.page td.right {
    padding-left: 10px;
    vertical-align: top;
}
.copyright {
    font-size: 8pt;
    padding: 0;
}
hr {
    color: #CCCCFF;
    background-color: #CCCCFF;
    height: 5px;
    border: 0 none;
    clear: both;
}
p.head {
    margin: 10px 0 0 0;
    font-family: Times, "Times New Roman", serif;
    font-weight: bold;
    font-size: 13pt;
}
.desc {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    padding-left: 3em;
    padding-bottom: 0;
    margin-top: 0;
}
/*
 * Floating picture blocks that extend 50px right of the text margin
 * Note that the "width: XXpx;" style is mandatory within the <DIV>
 */
.frpx {
    float: right;
    background-color: #CCCCFF;
    padding: 6px;
    margin: 5px 0 0 -45px;
    position: relative;
    left: 50px;
    clear: right;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-style: normal;
    text-align: left;
}
.frp {
    float: right;
    background-color: #CCCCFF;
    padding: 6px;
    margin: 5px 0 0 5px;
    clear: right;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-style: normal;
    text-align: left;
}
.fp {
    float: left;
    background-color: #CCCCFF;
    padding: 6px;
    margin: 5px 0 0 5px;
    clear: right;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-style: normal;
    text-align: left;
}
.main_picture {
    background-color: #CCCCFF;
    padding: 6px;
    margin: 1em 0 1em 0;
    clear: both;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 9pt;
    font-style: normal;
    text-align: left;
}
.article {
    margin-left: 20px;
    width: 620px;
    font-size: 10pt;
}
table.t {
    border-collapse: collapse;
    border: thin solid #666666;
    clear: right;
}
table.t caption {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 12pt;
    font-weight: bold;
    padding: 6px;
}
table.t th {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    border: thin solid #666666;
    background-color: #CCCCFF;
}
table.t td {
    font-family: Helvetica, Arial, sans-serif;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    border: thin solid #666666;
    background-color: white;
}
.box {
    border: thin solid black;
    margin: 1em 0 1em 0;
    padding: 1em;
    background-color: #eeeeff;
}
