/* CSS de definição de conteúdo dinâmico  */
.txtConteudo, .txtConteudo table tr td, h1, h2, h3{
	font-family: "Trebuchet MS", 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: #000000;
}
.txtConteudo a:visited,.txtConteudo table tr td a:visited{
	color: #681105;	
}
h1{
	font-size: 24px;
	color: #40154B;
	margin-top:0px;
	margin-bottom:10px;
	font-weight: normal;
}
h2{
	font-size: 18px;
	font-weight: normal;
	color: #B37FCA;
	margin-top:0px;
	margin-bottom:3px;
}
h3{
	font-size: 17px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #41144b;
}
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;
}