﻿#article h3
{
	padding-top: 70px;
}

.footnote-ref
{
    font-size: 75%;
    vertical-align: text-top;
}

.table1
{
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 1em;
    margin-bottom: 1em;
}

.table1 table
{
    border-collapse: collapse; 
    text-align: left;
    width: 100%;
}
.table1
{
    font: normal; 
    background: #fff;
    overflow: hidden;
    border: 1px solid #006699;
    border-radius: 3px;
}
.table1 table td, .table1 table th
{
    padding: 3px 10px; 
}
.table1 table thead th
{
    background-color:#007AB8;
    color:#FFFFFF;
    font-weight: bold;
    border-left: 1px solid #0070A8; 
    text-align: center;
    vertical-align: middle;
}
.table1 table thead th:first-child
{
    border: none;
}
.table1 table tbody td
{
    color: #00496B;
    border-left: 3px solid #000000;
    font-size: 12px;
    border-bottom: 1px solid #E1EEF4;
    font-weight: normal; 
}
.table1 table tbody td:first-child { border-left: none; width: 30%; }
.table1 table tbody tr:last-child td { border-bottom: none; }

.table2
{
    margin-left: 5%;
    margin-bottom: 1em;
    border: 1px solid #006699;
    border-radius: 3px;
    float: left;
    font: normal; 
    background: #fff;
    overflow: hidden;
}

.table2 table
{
    border-collapse: collapse; 
    text-align: left;
}
.table2 table td, .table2 table th
{
    text-align: center;
    vertical-align: middle;
    padding: 3px 10px; 
}
.table2 table thead th
{
    background-color:#007AB8;
    color:#FFFFFF;
    font-weight: bold;
    border-left: 1px solid #0070A8; 
    border-bottom: 3px solid #000000;
    text-align: center;
    vertical-align: middle;
}
.table2 table thead th:first-child
{
    border: none;
    background-color:#ffffff;
}
.table2 table tbody td
{
    color: #00496B;
    border-left: 3px solid #000000;
    font-size: 12px;
    border-bottom: 1px solid #E1EEF4;
    font-weight: normal; 
}
.table2 table tbody td:first-child
{
    border-left: none; 
    width: 30%; 
    background-color:#007AB8;
    color:#FFFFFF;
}
.table2 table tbody tr:last-child { font-weight: bold; }
.table2 table tbody tr:last-child td { border-bottom: none; }

.table3
{
    margin-left: 5%;
    margin-bottom: 1em;
    border: 1px solid #006699;
    border-radius: 3px;
    float: left;
    font: normal; 
    background: #fff;
    overflow: hidden;
}

.table3 table
{
    border-collapse: collapse; 
    text-align: left;
}
.table3 table td, .table3 table th
{
    padding: 3px 10px; 
}
.table3 table thead th
{
    background-color:#007AB8;
    color:#FFFFFF;
    font-weight: bold;
    border-left: 1px solid #0070A8; 
    text-align: center;
    vertical-align: middle;
}
.table3 table thead th:first-child
{
    border: none;
}
.table3 table tbody td
{
    color: #00496B;
    border-left: 3px solid #000000;
    font-size: 12px;
    border-bottom: 1px solid #E1EEF4;
    font-weight: normal; 
}
.table3 table tbody td:first-child
{
    border-left: none; 
    width: 30%; 
    background-color:#007AB8;
    color:#FFFFFF;
}

.table3 table tbody tr:last-child td { border-bottom: none; }
.table3 .highlight
{
    color: blue;
    font-weight: bold;
}
.footnote-divider
{
    height: 2px;
    width: 50%;
    background-color:#007AB8;
    color:#007AB8;
    border: none;
    margin-left: 0;
}
.footnote-text
{
    font-size: small;
    margin-left: 2em;
    margin-right: 2em;
}