﻿body
{
    font-size: 10pt;
    color: white;
    font-family: Verdana;
    background-color: #dcdcdc;
    margin-left:auto; 
    margin-right:auto;
    margin-top:0;
}
a
{
    cursor: hand; 
    color: white; 
    text-decoration: none;
}

.mouseout
{
   color: white; 
}
.mouseover
{
    color:Yellow;
}
th
{
    background-color: transparent;
    text-align: left;
    border-bottom: silver thin;
    border-left-width: thin;
    border-left-color: silver;
    border-right-width: thin;
    border-right-color: silver;
    border-top: silver thin;
}

td
{
    vertical-align: top;
}
.bottomDottedLine
{
    border-bottom: gainsboro 1px dotted;
}
.header
{
    font-weight: bold;
    color: yellow;
    text-transform: uppercase;
}
.headerNarrative
{
    font-weight: bold;
    color: yellow;
    text-transform: none;
}
input
{
    border-right: silver 1px solid;
    border-top: silver 1px solid;
    border-left: silver 1px solid;
    border-bottom: silver 1px solid;
    background-color: silver;
}
.footnote
{
    font-size: smaller;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}
.button
{
    border-right: silver thin outset;
    border-top: silver thin outset;
    border-left: silver thin outset;
    border-bottom: silver thin outset;
}
.linksDataTable
{
    border-right: silver 1px dotted;
    vertical-align: top;
    width: 175px;
    height: 400px;
    text-align: left;
}
.linksDataTableHome
{
    vertical-align: top;
    width: 175px;
    height: 400px;
    text-align: left;
}
.narrativeDataTable
{
    vertical-align: top;
    width: 525px;
    height: 400px;
    text-align: left;
}
.borderMainTable
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
}
.hideObject
{
    visibility: hidden;
    display: none;}
.showObject
{
    visibility: visible;
    display: block;
}

.showPopUp
{
    visibility: visible;
    display: inline;
    position: absolute;
}
