﻿body 
{ 
}
body, div, td
{
    font-family:Verdana;
    font-size:small;
}
table.frame
{    
    padding:0px;
    margin:0px;
    width:99%;
    background-color:#FFFFFF;
}
td.frame
{
       text-align:left;
       padding:5px;
}
td.menuBar
{
    text-align:left;
    width:1%;
    vertical-align:top;
    background-color:#1d6f42;
    color:White;
    padding:5px;
}
table.table
{
    border:solid 2px #FFFFFF;
    margin:5px;
    
}
td.tableHeader
{
    background-color:#569372;
    text-align:left;
    font-weight:bolder;
    padding:3px;
}
td.tableCell
{
    text-align:left;
    vertical-align:top;
    padding:3px;
}
td.tableFooter
{
    background-color:#C6DBD0;
    text-align:right;
    vertical-align:bottom;
    font-size:x-small;
    padding:3px;
}
a
{
    text-decoration:none;
}
a:hover
{
    text-decoration:underline;
}
Menu.a
{
    text-decoration:underline;
}
.Button
{
    border-right: #1d6f42 thin outset;
    border-top: #1d6f42 thin outset;
    font-size: 8pt;
    border-left: #1d6f42 thin outset;
    color: #1d6f42;
    border-bottom: #1d6f42 thin outset;
    font-family: Verdana;
}
.InvestorInfoRequestLabel
{
    font-size: larger;
    color: #1d6f42;
}
.InvestorInfoRequestTextBox
{
    border-right: thin inset;
    border-top: thin inset;
    border-left: thin inset;
    border-bottom: thin inset;
}
.RequiredAlert
{
    color: red;
}
StockLink
{
    cursor: hand;
}