/* plaque.css */


h3 div.SubTitle {
    font-family: sans-serif;
    font-size: small;
    font-style: italic;
    font-weight: normal;
    line-height: 1.2;
    margin: 3px 0 0 20px;
}


.Insert {
    background-color: white;
    text-align: center;
    font-size: 13pt;
    font-weight: bold;
    padding: 12pt 18pt;
    border: 2px solid maroon;
    margin: 6pt 24pt;
}


.Plaque {
    color: black;
    background-color: #ffffcc;
    padding: 9pt 12pt;
    border-left: 4px ridge #999933;
    border-top: 4px ridge #999933;
    border-right: 4px ridge #cccc66;
    border-bottom: 4px ridge #cccc66;
    margin: 12pt 0 18pt 18pt;
}

.Plaque h4 {
    color: red;
    font-size: 9pt;
    font-weight: normal;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 12pt;
}
.Plaque h5 {
    font-size: 9pt;
    font-weight: bold;
    font-style: normal;
    margin-top: 9pt;
    margin-bottom: 0;
}


.Plaque p {
    font-size: 10pt;
    margin-bottom: 12pt;
}


.Plaque dl {
    margin-top: 4pt;
    margin-left: 12pt;
}

.Plaque dt {
    font-family: monospace;
    font-size: large;
    font-weight: bold;
    line-height: 1.0;
    margin-top: 4pt;
    margin-bottom: 0;
}

.Plaque dd {
    font-family: sans-serif;
    font-size: small;
    font-weight: normal;
    font-style: italic;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: 0;
}


#PageBody table.NumberList {
    font-size: small;
    border-spacing: 3px;
    padding: 3px;
    border: 1px solid black;
    margin: 12pt 24pt;
}
#PageBody table.NumberList thead th {
    color: white;
    background-color: black;
    font-size: small;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}
#PageBody table.NumberList tbody th {
    color: white;
    background-color: navy;
    font-weight: normal;
    font-style: normal;
    text-align: right;
    vertical-align: top;
    white-space: nowrap;
    padding: 2px 9pt 2px 12pt;
}
#PageBody table.NumberList tbody td {
    font-weight: bold;
    font-style: normal;
    text-align: right;
    vertical-align: bottom;
    white-space: nowrap;
    padding: 1px 9pt 2px 24pt;
    border: 1px solid silver;
}
#PageBody table.NumberList tbody td.BigNum {
    white-space: normal;
    font-size: small;
    font-weight: normal;
    text-align: left;
    padding: 1px 9pt 2px 9pt;
}
/*eof*/
