/* CSS Document */

body, td, tr, form {
	margin:0px;
	padding:0px;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
}
.bodyBg {
	background-image:url(../imagens/bg.gif);
	background-repeat:no-repeat;
	background-position:top center;
}
.textoNomal {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3A5381;
}
		.textoNomal A:link { text-decoration: none; color:#3A5381;} 
		.textoNomal A:visited { text-decoration: none; color:#3A5381;} 
		.textoNomal A:hover { text-decoration:underline; color:#3A5381;} 

.textoClaro {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#738DBF;
}
		.textoClaro A:link { text-decoration: none; color:#738DBF;} 
		.textoClaro A:visited { text-decoration: none; color:#738DBF;} 
		.textoClaro A:hover { text-decoration:underline; color:#738DBF;} 

.form_texto {
	border: solid 1px #8DA5C7;
	background-color:#DDDDF1;
	height:18px;
	color:#3A5381;
	font-size:11px;
}
.form_texto_multiline {
	border: solid 1px #8DA5C7;
	background-color:#DDDDF1;
	color:#3A5381;
	font-size:11px;
}
.form_botao {
	border:inset 1px;
	color:#62799B;
	background-color:#E0E2EF;
	font-size:10px;
	height:18px;
}
.divConteudoTop {
	width:435px;
	height:205px;
	margin:5px;
	position:absolute;
	overflow:auto;

}
			.divConteudoTop #ctLinks {
				font-size:12px;
				color:#3A5381;
				margin-bottom:15px;
			}
					.divConteudoTop #ctLinks A:link { text-decoration: none; color:#3A5381;} 
					.divConteudoTop #ctLinks A:visited { text-decoration: none; color:#3A5381;} 
					.divConteudoTop #ctLinks A:hover { text-decoration:underline; color:#3A5381;} 
			.divConteudoTop #ctTitulo {
				font-size:14px;
				font-weight:bold;
				color:#3A5381;
				margin-bottom:5px;				
			}
					.divConteudoTop #ctTitulo A:link { text-decoration: none; color:#3A5381;} 
					.divConteudoTop #ctTitulo A:visited { text-decoration: none; color:#3A5381;} 
					.divConteudoTop #ctTitulo A:hover { text-decoration:underline; color:#3A5381;} 
			.divConteudoTop #ctTexto {
				font-size:12px;
				color:#738DBF;
				margin-bottom:10px;
				padding-bottom:15px;
				border-bottom:#B6C4DE 1px solid;
			}
					.divConteudoTop #ctTexto A:link { text-decoration: none; color:#3A5381;} 
					.divConteudoTop #ctTexto A:visited { text-decoration: none; color:#3A5381;} 
					.divConteudoTop #ctTexto A:hover { text-decoration:underline; color:#3A5381;} 
			
.imageLink img {
	border:1px solid #B6C4DE;
}
		.imageLink:link img { border:1px solid #B6C4DE;} 
		.imageLink:visited img { border:1px solid #B6C4DE;} 
		.imageLink:hover img { border:1px solid #3A5381;} 
		.imageLink:active img { border:1px solid #B6C4DE;} 

.imageClass {
	border:1px solid #B6C4DE;
}
.cantoBgHome {
	background-image:url(../imagens/canto_bg_home.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:scroll;
}
.cantoBgHistorico {
	background-image:url(../imagens/canto_bg_historico.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:scroll;
}
.cantoBgContato {
	background-image:url(../imagens/canto_bg_contato.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:scroll;
}
.cantoBgNoticias {
	background-image:url(../imagens/canto_bg_noticias.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:scroll;
}
.cantoBgServicos {
	background-image:url(../imagens/canto_bg_servicos.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:scroll;
}
.cantoBgColaboradores {
	background-image:url(../imagens/canto_bg_colaboradores.gif);
	background-repeat:no-repeat;
	background-position:bottom right;
	background-attachment:scroll;
}
