﻿body
{
    font-family: Arial;
    font-size: small;
}

a
{
    text-decoration: none;
    color: Black;   
}

a:visited
{
    text-decoration: none;
    color: Black; 
}

a:hover
{
    text-decoration: underline;
}

table
{
    border: solid 0px White;
}

.standard4
{
    border: solid 0px #EEEEEE;
}

.standard4 fieldset label.titulo
{
    display: block;
    margin-left: 5px;
    margin-bottom: 1px;
    padding-bottom: 1px;
}

.standard4 fieldset label.espacamento
{
    width: 100px;
}

.standard4 fieldset
{
    display: inline;
    width: auto;
    border: solid 0px #EEEEEE;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    margin-bottom: 5px;
}

div.obrigatorio
{
    border-left: solid 3px #277C75;
    border-left-color: #C3AFB0;
}

div.modalBackground
{
    background-color: Black;
    filter: alpha(opacity=70);
    opacity: 0.7;
}



#conteudo
{
    color: White;
    padding:10px;
}

#conteudo a
{
    color: White;
    text-decoration: none;
}

#leftmenu
{
    padding: 30px;
    width: 30%;
    height: 360px;
    background-color: #576D7B;
}

#leftmenu a:visited
{
    color:White;
}

.topmenu
{
    padding-left: 5px;
}

.topmenu a
{
    color:White;
}

.topmenu a:visited
{
    color:White;
}

h1
{
    color: #87011C;
    font-size: large;
    font-family: Arial;
    margin-bottom: 10px;
}

h2
{
    color: White;
    font-size: 17px;
    font-family: Arial Narrow;
    text-transform:uppercase;
    margin-bottom: 10px;
}


h4
{
    margin: 0px;
    margin-bottom: 3px;
    text-transform: uppercase;
}

