﻿body 
{
    height:100%;
}
p
{
    font-family:Verdana;
    font-size: small;
    color:black;
}
td
{
    font-family:Verdana;
    font-size: small;
    color:black;
}
.Login
{
    font-family:Verdana;
    font-weight:bold;
    font-size:small;
    color:#16205D;
}
.Disclaimer
{
    font-family:Verdana;
    font-size: x-small;
    color:#16205D;
}
.MenuSelected
{
     background-color: #CC0000;
     color:White;
     border-right-style:solid;
     border-right-color:white;
     border-right-width:2px;
     width:100px;
     text-align:center;
     font-weight:bold; 
     font-size:x-small;
}
.MenuOption
{
    background-color:#16205D;
    color:White;
    border-right-style:solid;
    border-right-color:white;
    border-right-width:2px;
    width:100px;
    text-align:center;
    font-weight:bold;
    font-size:x-small;
}

.MenuOption:Hover
{
    background-color:#CC0000;    
}


H1
{
    font-size: 13.5pt;
    color: Navy;
    font-family: Arial, Helvetica, Sans-Serif;
    font-weight: normal;
    margin-bottom:2pt;
}

H2
{
	font-size: small;
	color: Navy;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight: bold;
	margin: 7px 0px 0px 0px;
}

A
{
    color:White;
    text-decoration:none;
}

A:hover
{
    background-color:#CC0000; 
}

STRONG
{
	font-weight: bold;
}

.HeaderIntersection 
{
     font-weight:bold;
     background-color:#16205D;
     color:White;
}

.HeaderColumn
{
     font-weight:bold;
     background-color: Silver;
     color:Black;
}

.HeaderRow
{
     text-align:left;
     background-color: Silver;
     color:Black;
}

.Historical
{
     border-style:solid;
     border-width:1px;
     border-color: Gray;
}

.TableHeading
{
    font-size: small;
    color:#16205D;
    font-family:Arial;
}

.Glossary
{
     font-size:small;
}

.Hyperlink
{
    color: blue;
    background-color:white;
    text-decoration:underline;
}

.Hyperlink:Hover
{
    background-color: white;
}


    