﻿body 
{
    margin-top:15px;
    text-align: center;
    background-image:url(../Imagens/bkgFundo.jpg);
    background-repeat:repeat;    
}

a
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#050467;
}

a:hover
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    text-decoration:underline;
    color:#050467;
}

img
{
    border:none;
}

#divPai
{
    width:750px;
    border:solid 1px #042480;
    margin:5px auto;
    text-align:center;
    background-color:White;
}

#divTopo
{
    width:740px;
    height:190px;
    background-image: url(../Imagens/Topo.jpg);
}

#divMeio
{
    width:740px;
    min-height:353px;
}

#divConteudo
{
    width:535px;
    text-align:center;        
    color:#050467;    
    min-height:353px;
    float:right;
}

#divRodape
{
    width:623px;
    min-height:150px;
    text-align:left;
}

.menu
{
    float:left; width:170px; text-align:left;
}

.titulo1
{
    font-family:Verdana;
    font-size:11px;
    font-weight:bold;
    text-decoration:none;
    color:#050467;
}

.texto
{
    font-family:Verdana;
    font-size:12px;        
    color:#050467;
    text-align:left;    
    margin-left:10px;
}


/*Estilos Sistema*/
.tableCadastro
{
	background-color: #F7F6F3;
	border-left: solid 1px #63367B;
	border-bottom: solid 1px #63367B;
	border-right: solid 1px #63367B;
	border-top: solid 1px #63367B;
}

.tdTitulo
{
	font-family:Verdana;
	font-size:12px;
	font-weight:bold;
	background-color:#5D7B9D;
	font-weight:bold;
	color:White;
	text-align:center;
	border:solid 1px #000000;
}

.tdCampo
{
	font-family:Verdana;
	font-size:11px;
	text-align:right;
	vertical-align:top;
	color:#63367B;
}

.tdEntrada
{
	vertical-align:top;
	font-size:11px;
	font-family:Verdana;
	text-align:left;
}

.botao
{
	background-color:#F7F6F3;
	color:#5D7B9D;
	border:solid 1px #5D7B9D;
	font-size:11px;
	font-family:Verdana;
	cursor:hand;
}

.campoTexto
{
	font-family:Verdana;
	font-size: 11px;
	border: solid 1px #63367B;
}
