﻿/* CSS Document */

.hiddenPic {display:none;}

body
{
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    color: #ffffff;
    font-family: Tahoma;
}

td
{
    font-size: 11pt;
    font-family: Tahoma;
    color: black;
}
.toplink
{
    font-size: 13pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.toplink
{
    font-size: 13pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.toplink:hover
{
    color: navy;
}
.leftlink
{
    font-size: 11pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.leftlink
{
    font-size: 11pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.leftlink:hover
{
    color: navy;
}

.leftlink2
{
    font-size: 11pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.leftlink2
{
    font-size: 11pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.leftlink2:hover
{
    color: navy;
}

.footer
{
    font-size: 8pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.footer
{
    font-size: 8pt;
    color: black;
    font-family: tahoma;
    text-decoration: none;
}
a.footer:hover
{
    color: navy;
}

table.LEED
{
    border-right: black 1px solid;
    border-top: black 1px solid;
    border-left: black 1px solid;
    border-bottom: black 1px solid;
    background-color: firebrick;
}

.txtLEED
{
    font-size: 13pt;
    color: white;
    font-family: tahoma;
    text-decoration: none;
}
a.txtLEED
{
    font-size: 13pt;
    color: white;
    font-family: tahoma;
    text-decoration: none;
}
a.txtLEED:hover
{
    color: navy;
}