﻿body 
{
  font-variant: small-caps; 
}

.Header_Tbl
{
  width: 100%;
  border: solid 1px black; 
  border-collapse: collapse;
}  

.Header_LTD
{
  text-align: center; 
  vertical-align: middle; 
  width: 60px;
}

.Header_CTD
{
  text-align: center;
  font-size: 16pt; 
  font-family: Arial;
  font-weight: bold;
}

.Header_RTD
{
  width: 140px; 
  text-align: center; 
  border-right: solid 1px darkgray;
}

.MainMnu_Tbl
{
  width: 100%; 
  height: 18px;
  border-collapse: collapse; 
  border: solid 1px black;
}

.MainMnu_TR
{
  height: 16px;
}

.MainMnu_TD
{
  padding: 0px; 
  text-align: center; 
  height: 16px; 
  vertical-align: top; 
  width: 100%; 
  background-color: #daa520;
}


.Content_Tbl
{
  width: 100%; 
  border: solid 1px black; 
  border-collapse: collapse;
}

.Content_TD_Full
{
  padding-left: 10px; 
  text-align: left; 
  font-family: Arial; 
  font-size: 10pt; 
}
