html {
    background-color: #ffffff;
    background-repeat: repeat;
    margin: 0pt;
    font-size: 9pt;
    font-family: Arial;
}
body {
    background-color: #ffffff;
    background-repeat: repeat;
    height: 100%;
    margin: 0pt;
    font-size: 9pt;
    font-family: Arial;
}
table {
    font-family: Arial;
    font-size: 9pt;
}
th {
    background-color: #0041A3;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 10pt;
    font-family: Arial;
}
h2 {
    color: #004080;
}
img {
    border: 0px;
}
.Normal {
    background-color: #f7fafc;
    font-family: Arial;
    font-size: 9pt;
}
.Highlite {
    background-color: #e1e9f4;
    font-family: Arial;
    font-size: 9pt;
}
.Header {
    color: #274480;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
}
.Title {
    color: #274480;
    font-family: Arial;
    font-size: 12pt;
    font-weight: bold;
}
.Error {
    color: #C00000;
    font-size: 14px;
    font-weight: bold;
}
.SmallTitle {
    font-family: Arial;
    font-size: 10pt;
    font-style: italic;
}
.Text {
    color: #000000;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
}
.Menu {
    font-family: Arial;
    font-size: 9pt;
}
.Window {
    background-color: #f7fafc;
    margin: 0pt;
    padding: 0pt;
}
.Highlight {	
    color: #004080;
}
/* List */
.List {
    background-color: #ffffff;
    margin: 0pt;
    padding: 0pt;
}
.List .Header{
    text-align: center;
}
.List table {
    padding: 0;
    margin: 0;
    border-spacing: 0;
    border: 0;
    empty-cells: show;
}
.List caption {
    margin: 0;
    padding: 2px 1em;
    text-align: left;
    background-color: #ECECEF;
    font-size: 16px;
    font-weight: bold;
    color: #274480;
    border-bottom: 1px solid #777777;
}
.List thead {
    background-color: #DADADD;
}
.List th {
    background-color: #DADADD;
    color: #274480;
    border-bottom: 1px solid #777777;
    padding-top: 0;
    padding-bottom: 4px;
    margin: 0;
    text-align: center;
}
.List tbody td {
    border: 1px solid white;
}
.List .first {
    padding-top: 5px;
}
.List tr.navigation td {
    border-top: 1px solid #ECECEF;
    border-bottom: 1px solid #ECECEF;
}
.List .navigation {
    background-color: #e1e9f4;
    font-family: Arial;
    font-size: 9pt;
    color: #0041A3;
}
.List a.navigation {
    background-color: #e1e9f4;
    font-family: Arial;
    font-size: 9pt;
    color: #0041A3;
}

.comment {
    background-color: #f7fafc;
    color: #222222;
    font-family: Arial;
    font-size: 8pt;
    font-style: italic;
}

.dateTitle {
    font-family: Arial;
    font-size: 18pt;
    font-weight: bold;
    color: #FFFFFF;
}
.separator {
    border-bottom: 1px solid #737373;
    font-family: Tahoma;
    font-size: 9pt;
    font-weight: bold;
}
.ibottom {
    color: #ffffff;
    background-color: #0041A5;
    font-family: Arial;
    font-size: 8pt;
}
.important {
    font-weight: bold;
    color: #CE0000;
}
.left {
    float: left;
    text-align: left;
}
.right {
    float: right;
    text-align: right;
}
.center {
    text-align: center;
    float: none;
}