/* CSS de definição de conteúdo dinâmico  */
.txtConteudo,.txtConteudo a,.txtConteudo2 {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	color: #333333; 
	font-weight: normal; 
}
.txtConteudo p {
	color: #000000;
	text-decoration: none;
	line-height: 20px;
	text-indent: 40px;
}
.txtConteudo a:hover {
	color: #000000;
}

.txtConteudo2 a{
	text-decoration: none;
}
.txtConteudo2 a:hover{
	text-decoration: underline;
}
.txtConteudo a:visited,.txtConteudo2 a:visited{
	/*color: #AB1501;*/
	color: #681105;	
}
h2{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}
h2 a{
	text-decoration: none;
}
h2 a:hover {
	text-decoration: underline;
}
h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #00234D;
	text-decoration: none;
	margin-top: 0px;
	margin-bottom:0px;
}
h3 a{
	color: #DC9C18;
	text-decoration: none;
}
h3 a:hover {
	text-decoration: underline;
}
