﻿body {
	background-image: url(../imagens/fundoSite.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	margin-top: 0;
}

.tdOriginal{
	border-spacing:0;
	width: 980px;
	height: 900px;
	border:0;
}

.tdTopIndex{
	height: 167px;

}
.tdMenuIndex{
	height: 246px;
	vertical-align:top;
}

.tdConteudoIndex{
	height: 570px;
	vertical-align:top;
}

.menuTopo{
	background-color:#292828;
	font-family: Verdana;
	font-size: small;
	color:#666;
	text-decoration:none;
	width:53%;
	text-align:center;
}
.tdRodape{
	height: 197px;
	width:100%;
	vertical-align:top;
	background-image:url('../imagens/fundoRodape.gif');
	background-repeat:repeat-x;
	background-color:#343434;
	font-family: Verdana;
	font-size: 12px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

.tdRodapeCentro{
	border-spacing:0;
	width: 980px;
	border:0;
	border:0;

}

.tdPagLogin{
	border-spacing:0;
	background-color: #FFFFFF;
	width: 800px;
	height: 400px;
	border:0;
}

/* #################################################################### */
/* FONTE PADRÃO
/* #################################################################### */

/* Menu do topo */
a.menuTopo:link {
	color: #FFFFFF;
	text-decoration: none;
}
a.menuTopo:visited {
	text-decoration: none;
	color: #FFFFFF;
}
a.menuTopo:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
a.menuTopo:active {
	text-decoration: none;
	color: #FFFFFF;
}
a {
	color: #666;
}

/* FIM */

.fontePadrao {
	font-family: Verdana;
	font-size: small;
	color:#666;
	text-decoration:none;

}

.fontePadraoTopo {
	font-family: Verdana;
	font-size: small;
	color:#666;
	text-decoration:none;
}

.fonteSemNegrito {
	font-family: Verdana;
	font-size: small;
	color:black;
	text-decoration:none;
}


.fonteMenu {
	font-family: Verdana;
	font-size: 12px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}

.tituloMenu {
	height:41px;
	width:214px;
	font-family: Verdana;
	font-size: 12px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
}


.fontePadraoPagInicialLink {
	font-family: Verdana;
	font-size: small;
	color:white;
	text-decoration:none;
	font-weight:bold;
	border-width:0px;
}

.fonteRadioIndex{
	font-family: Verdana;
	font-size: 19px;
	color:#666;
	text-decoration:none;
	font-weight:bold;
	border-width:0px;
}

.fonteRodape{
	font-family: Verdana;
	font-size: 14px;
	color:#FFFFFF;
	text-decoration:none;
	font-weight:bold;
}

.img{
	border-width: 0px;
}

/* #################################################################### */
/* FORMULÁRIOS
/* #################################################################### */

.form_campos {
	background-color: #FFFFFF;
	font: 12px Verdana;
	border:1px solid #013D57;
	color:#00000;
}

.form_botao {
	background-color: #CCCCCC; 
	font: 15px Verdana; 
	border-style: outset;
}