﻿body
{
    background-color: #DFEFFF;
    font-family: Arial, Helvetica, sans-serif;
    text-align: left;
}
a:hover
{
    font-weight: bold;
    color:black;
}
a:visited
{
    color:black;
}
a:link
{
    color:black;
    text-align: center;
}
.TableNavCell
{
    padding: 5px;
    margin: 5px;
    color: white;
    background-color: white;
    table-layout: auto;
    border-right:#000087 thin solid;
    border-left: #000087 thin solid;
    border-bottom: #000087 thin solid;
    font-size: 1em;
    border-collapse: separate;
    text-align: left;
}
 a.nav:link 
{
    text-decoration: none;
} 
a.TableNavCell:visited 
{
    text-decoration: none;
}
.MainContent
{
    table-layout: auto;
    border-right: #000087 thin solid;
    border-bottom: #000087 thin solid;
    font-family: Arial;
    font-size: 0.8em;
    border-collapse: separate; 
}
.TableBorder
{
    background-color: white;
    border-bottom: white thin solid;
    border-left: white thin solid;
    border-top: white thin solid;
    border-right: white thin solid;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}
.TableBlueBorderBlueBack
{
    background-color: #000087;
    color: white;
    table-layout: auto;
    border-right: #000087;
    border-left: #000087;
    border-top: #000087;
    border-bottom: #000087;
    font-family: Arial;
    font-size: 0.8em;
    border-collapse: separate;
    border-style: solid;
    border-width: thin;
}
.TableBlueBorder
{
    background-color: white;
    color: black;
    table-layout: auto;
    border-right: #000087;
    border-left: #000087;
    border-top: #000087;
    border-bottom: #000087;
    font-family: Arial;
    font-size: 0.8em;
    border-collapse: separate;
    border-style: solid;
    border-width: thin;
}
.TableNoBottomBorder
{
    background-color: white;
    color: black;
    table-layout: auto;
    border-right: white thin solid;
    border-left: white thin solid;
    border-top: white thin solid;
    font-family: Arial;
    font-size: .8em;
    border-collapse: separate;
}
.TableNoTopBorder
{
    background-color: white;
    color: black;
    table-layout: auto;
    border-right: white thin solid;
    border-left: white thin solid;
    border-bottom: white thin solid;
    font-family: Arial;
    font-size: 0.8em;
    border-collapse: separate; 
}
.HeadTable
{
    background-color: #000087;
    color: #FFFFFF;
    border-bottom: white thin solid;
    border-left: white thin solid;
    border-top: white thin solid;
    border-right: white thin solid;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}
.HeadNoRightTable
{
    background-color: #000087;
    color: #FFFFFF;
    border-bottom: white thin solid;
    border-left: white thin solid;
    border-top: white thin solid;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}
.HeadNoLeftTable
{
    background-color: #000087;
    color: #FFFFFF;
    border-bottom: white thin solid;
    border-top: white thin solid;
    border-right: white thin solid;
    padding-bottom: 1px;
    padding-left: 1px;
    padding-right: 1px;
    padding-top: 1px;
}
.SmallFont
{
    font-size: .85em;
}
.TableList
{
    table-layout: auto;
    color: black;
    border-right: black thin solid;
    border-left: black thin solid;
    border-bottom: black thin solid;
    font-family: Arial;
    border-collapse: separate;
    border-top: black thin solid;
}
.CellTopBorderThick
{
    border-top: black thick solid;    
}
.CellTopBorder   
{
    border-top: black thin solid;    
}
.CellTopLeftBorder
{
    border-top: black thin solid;
    border-left: white thin solid;   
}
.CellLeftBorder
{
    border-left: white thin solid;   
}
.Table
{
    table-layout: auto;
    color: black;
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: separate;
    font-size: small;
    border-width: 1px;
}
.TableSidesBorder
{
    table-layout: auto;
    color: black;
    border-right: black thin solid;
    border-left: black thin solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    border-collapse: separate;
   
}
.TableRightSideBorder
{
    table-layout: auto;
    color: black;
    border-right: black thin solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    border-collapse: separate; 
}
.TableLeftBottomBorder
{
    table-layout: auto;
    border-left: black thin solid;
    border-bottom: black thin solid;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.8em;
    border-collapse: separate; 
}
.CellBorder
{
    border-right: silver thin solid;
    border-top: silver thin solid;
    border-left: silver thin solid;
    border-bottom: silver thin solid;
}
h1
{
    color: black;
    font-size: 2.50em;
    text-align: center;
    font-weight: normal;
    padding-top: 20px;
    width: 811px;
    margin-bottom: 19px;
}
h2
{
    color: black;
    font-size: 2.0em;
    text-align: center;
    font-weight: normal;
    width: 812px;
}
h3
{
    font-size: 1.2em;
    text-align: left;
    width: 808px;
}
.lists
{
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small
}
.Row
{
    background-color: white;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small
}
.AlternatingRow
{
    background-color: blue;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: x-small;
}
.Header
{
    font-weight: bold;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: blue;
}
NumberTextBox
{
    text-align: right;
}

.CheckBox
{
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;
}
.Disclaimer
{
    font-size: 9pt;
    color: black;
    font-style: italic;
    font-family: Arial, Helvetica, sans-serif;
}
dt
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    font-weight: bold;
    text-align: left;
}
dd
{
    text-align: justify;
}
li
{
    text-align: left;
    font-size: medium;
    font-family: Arial, Helvetica, sans-serif;
}
h4
{
    border-width: 0px;
    border-style: none;
    margin: 0px;
    font-size: small;
    text-align: center;
}
