﻿body
{
    font-family: Verdana;
    font-size: 12px;
    background-color: #DADADA;
}

.divContent
{
    margin: auto;
}

.tdLoginTable
{
    border: solid 1px #703030;
    background-color: White;
}

.tdHeader
{
    background-color: White;
    color: #2e5069;
    font-weight: bold;
    font-size: 13px;
    
}

.tdFooter
{
    background-color: #d1e3e1; /*#C57F05;*/
    color: Black;
    text-align: right;
    padding-right: 25px;
}

.tdFooter a
{
    color: #032e2a;
}

.divButton input
{
    background-color: #032e2a;
    color: White;
}


.tdMenu
{
    background-color: #d1e3e1; /*#C57F05;*/
    border: solid 1px #032e2a;
    padding: 5px;
    color: White;
}

.tdMenu a
{
    display: block;
    width: 150px;
    border: dashed 1px #d7f3f7;
    background-color: #032e2a;
    color: White;
    padding: 5px;
    text-decoration: none;
}

.tdMenu a:hover
{
    text-decoration: underline;
    border: solid 1px #703030;
}


.tdContent
{
    background-color: #032e2a;
    border: solid 1px #703030;
    padding: 15px;
    color: White;
    width: 500px;
    text-align: justify;
}

h1
{
    font-size: 16px;
    color: White;
    border-bottom: dashed 1px #bedfe8;
    padding-left: 25px;
}

a
{
    color: #bedfe8;
    text-decoration: none;
}

a:hover
{
       text-decoration: underline;
}