﻿body
{
    width: 1000px;
    margin: 10px auto 10px auto;
    background-color: #E1EFFD;
    font-family:Verdana;
    font-size:10pt;
    color:White;
}

h*
{
    margin:0px;
    padding:0px;
    margin-bottom:5px;
    font-weight:bold;
    text-align:left;
}

a, a:link, a:visited, a:active
{
    color:#2C7DC8;
    text-decoration:none;
    cursor:pointer;
}

a:hover
{
    color:#BD2121;
}

h1
{
    font-size:12pt;
}

h2
{
    font-size:10pt;
}

h3
{
    font-size:8pt;
}

.div_main
{
    background-color: White;
    padding: 5px;
    border: solid 1px silver;
    color:Black;
}

.div_header
{
    background-image: url(/images/logo.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    min-height: 60px;
    border-bottom:solid 1px silver;
    margin-bottom:5px;
}

.div_nav
{
    background-color:White;
    border-bottom:solid 1px silver;
    font-size:8pt;
    font-family:Tahoma;
    padding:5px;
}

.button_strip
{
    border:solid 1px silver;
    background-color:#FDFDFD;
    padding:5px;
    margin-bottom:5px;
}

.td_nav
{
    padding-right: 10px;
    font-size:8pt;
    font-family:Tahoma;
}

.td_content
{
    padding: 5px;
    border-left: solid 1px silver;
    background-color: #FFFFF5;
    color:Black;
}

.panel_header
{
    border:solid 1px silver;
    border-bottom:0px;
    padding:5px;
    font-weight:bold;
    background-color:#FEFEFE;
}

.panel
{
    border:solid 1px silver;
    padding:5px;
    margin-bottom:5px;
}
