﻿body 
{
    background-color: #E0E1E3;
    font-family: Verdana;
    font-size: 0.75em;
    
    line-height: 1.5em;
}
h1
{
    font-size: 0.95em;
}
h2
{
    
}
a
{
    
}
a:link
{
    
}
a:visited
{
    
}
a:hover
{
    
}

.Table
{
    background-color: White;
    width: 780px;
    height: 100%;
}

.Default
{
    font-size: 0.85em;
}

.Copyright
{
    font-size: 0.65em;
}

.Left
{
    background-image: url("Left.jpg");
    background-repeat: repeat-y;
    width: 13px;
}

.Right
{
    background-image: url("Right.jpg");
    background-repeat: repeat-y;
    width: 13px;
}
.SelectedNavigationItem
{
    font-size: 0.80em;
    font-weight: bold;
    color: Black;
}
.DefaultNavigationItem
{
    font-size: 0.80em;
    color: Black;
}
.TopBorder
{
    border-top: solid 1px #D5D6D8;
}
.BottomBorder
{
    border-bottom: solid 1px #D5D6D8;
}

.50PercentLeftPanel
{
   font-size: 0.95em;
   width: 47%;
   float: left;
   padding: 2px 2px 2px 2px;
   margin: 2px 2px 2px 2px;
   background-color: #fcfcfc;
}
.50PercentLeftPanel h1
{
    font-size: 1.0em;
    font-weight: bold;
    border-bottom: solid 1px #D5D6D8;
}

.50PercentRightPanel
{
    font-size: 0.95em;
    width: 49%;
    float: right;
    padding: 2px 2px 2px 2px;
    margin: 2px 2px 2px 2px;
    background-color: #fcfcfc;
}
.50PercentRightPanel h1
{
    font-size: 0.95em;
    font-weight: bold;
    border-bottom: solid 1px #D5D6D8;
}

.100PercentPanel
{
   font-size: 1em;
   width: 100%;
    
}
.100PercentPanel h1
{
    font-size: 0.95em;
    font-weight: bold;
    border-bottom: solid 1px #D5D6D8;
}

.Hidden
{
    visibility: hidden;
    font-size: 0.01px; 
}