/* CSS de definição de conteúdo dinâmico  */
/*.txtConteudo, .txtConteudo table tr td, h1, h2, h3{*/
.txtConteudo, .txtConteudo table tr td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtConteudo, .txtConteudo table tr td {
	font-size: 12px;
	color: #000000;
	line-height: 16px;
    list-style-type: circle;
    list-style-image: url(../image/seta_bordo.gif);
    list-style-position: outside;
}
.txtConteudo a, .txtConteudo table tr td a{
	text-decoration: underline;
	color: #A33;
}
.txtConteudo a:visited,.txtConteudo table tr td a:visited{
	color: #A33;
}
h1{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 24px;
	line-height: 36px;
	color: #AB0D16;
	margin-top:0px;
	margin-bottom:10px;
	font-weight: normal;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 18px;
	font-weight: normal;
	color: #AB0D16;
	margin-top:0px;
	margin-bottom:3px;
}
h3{
	font-family: Georgia, "Times New Roman", Times, serif;	
	font-size: 14px;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 3px;
	color: #5B0D06;
}
h1 a{
	text-decoration: underline;
	color: #002E66;
}
h1 a:hover {
	text-decoration: none;
	color: #002E66;
}
h2 a, h3 a{
	text-decoration: underline;
	color: #000000;
}
h2 a:hover,h3 a:hover {
	text-decoration: none;
	color: #000000;
}

.imagePopup{
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	float: left;
}
.imagePopup:hover{
	color: #333333;
	text-decoration: none;
	border: 1px solid #43184E;
}
.imageContent{
	margin-left:10px;
	margin-right:10px;
}