﻿
html, body 
{
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: Black;
    font-family: Arial, Verdana, Sans-Serif;
    font-size: 11pt;     
}


.borders
{
    background-color: Black; 
    margin: 0;
    padding: 0;  
    height: auto; 
} 

.masterTable
{
    height: 100%;
    background-color: White; 
    width: 100%; 
}

.masterBody
{
    background-color: White; 
}
 
.masterTopFade
 {
     vertical-align: bottom;
     background-color: Black; 
 }
 
 .masterCenterColumn
 {
     vertical-align: bottom;
     background-color: Black;  
     width: 725px;    
 }
 
.masterBottomFade
 {
     vertical-align: top;
     background-color: Black;
 } 
 
.navTop
 {
     font-family: Arial, Verdana, Sans-Serif;
     font-size: 10pt;
     font-weight: bold; 
     text-align: center;   
     color: Black;    
 }
 
.navTop a:link
{
    text-decoration: none;
    color: Black;
}

.navTop a:hover
{ 
    text-decoration: none;
    color: #767146;
}

.navTop a:visited
{
    text-decoration: none;
    color: Black;
}

.navTop a:active
{
    text-decoration: none;
    color: #767146;
} 
  
 .navTopLargeSpacer
 {
     width: 250px;
 }
 
  .navTopSmallSpacer
 {
     width: 25px;
 }
 
  .navTopMediumSpacer
 {
     width: 10px;
 }
 
 .textLink
 {
     font-family: Arial, Verdana, Sans-Serif;
     font-size: 11pt;
     font-weight: normal;  
     color: #767146; 
 }
 
 .textLink a:link
{
    text-decoration: none;
    color: #767146;
}

.textLink a:hover
{ 
    text-decoration: none;
    color: Black;
}

.textLink a:visited
{
    text-decoration: none;
    color: #704676;
}

.textLink a:active
{
    text-decoration: none;
    color: Black;
} 