﻿body
{
}

.tdbutton
{
    border-style: solid none solid solid;
    border-width: 1px;
    border-color: #003442;
    color: #C0C0C0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

.tdbutton:hover
{
    border-style: solid none solid solid;
    border-width: 1px;
    color: #003442;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #F3F3F3;
}

.tdbuttonclose
{
    border-style: solid solid solid solid;
    border-width: 1px;
    border-color: #003442;
    color: #C0C0C0;
    font-size: small;
    font-family: Arial, Helvetica, sans-serif;

}

.tdbuttonclose:hover
{
    border-style: solid solid solid solid;
    border-width: 1px;
    color: #003442;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    background-color: #F3F3F3;
}

.gridBG
{
    border-style: solid none solid none;
    border-width: 1px;
    border-color: #003442;
    background-image: url(images/bgdkblue.gif);
}
.gridBGHeader
{
    border-style: none none solid none;
    height:150px;
    border-width: 1px;
    border-color: #003442;
    background-image:url(images/logobottomonly.gif);
}

.gridBGHeaderContent
{
    border-style: none none solid none;
    height:53px;
    border-width: 0px;
    border-color: #003442;
    background-image:url(images/LogoWhiteBGLower.gif);
}

.ContentHeaderText
{
    font-size: x-large;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #FFFFFF;
}

.tdContent
{
    font-family:Arial;
    border-style: none none none solid;
    border-width: 0px;
    border-color: #003442;
    color: #003442;
    text-indent: 3px;
    background-color: White;
    height: 400px;
    vertical-align: top;
}

.LinkNoUnderline
{
    text-decoration: none;
    color:#C0C0C0;
}

.LinkNoUnderline:hover
{
    text-decoration: none;
    color:#003442;
}

.LinkNoUnderlineReverse
{
    text-decoration: none;
    color:#003442;
}

.LinkNoUnderlineReverse:hover
{
    text-decoration: none;
    color:#C0C0C0;
}
