/* CSS de definição de conteúdo dinâmico  */
.txtConteudo, .txtConteudo table tr td, h1, h2, h3, h4{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtConteudo, .txtConteudo table tr td {
	font-size: 11px;
	color: #000000;
	line-height: 16px;
    list-style-type: circle;
    list-style-image: url(../image/seta_laranja.gif);
    list-style-position: outside;
}
.txtConteudo a, .txtConteudo table tr td a{
	text-decoration: none;
	color: #999b9e;	
}
.txtConteudo a:hover, .txtConteudo table tr td a:hover{
	text-decoration: underline;
	color: #999b9e;	
}
.txtConteudo a:visited,.txtConteudo table tr td a:visited{
	color: #999b9e;	
	/*color: #000000;	*/
}
h1{
	font-size: 18px;
	color: #009DDC;
	margin-top:0px;
	margin-bottom:10px;
	font-weight: bold;
}
h2{
	font-size: 16px;
	font-weight: normal;
	color: #009DDC;
	margin-top:0px;
	margin-bottom:3px;
}
h3{
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #009DDC;
}
h4{
	font-size: 14px;
	font-weight: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
}

h1 a{
	text-decoration: underline;
	color: #002E66;
}
h1 a:hover {
	text-decoration: none;
	color: #002E66;
}
h2 a, h3 a{
	text-decoration: none;
	color: #009DDC;
	/*text-decoration: underline;
	color: #000000;*/
}
h2 a:hover,h3 a:hover {
	text-decoration: underline;
	color: #009DDC;
	/*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;
}
.PerguntaIndice a {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.PerguntaIndice a:visited {
	color: #000000;
	text-decoration: none;
}
.PerguntaIndice a:hover {
	color: #000000;
	text-decoration: underline;
}
.captionMsgEven {
	background-color: #F3F3F3;
}
.captionMsgEven:hover {
	background-color: #F0FFFF;
}
.captionMsgOdd {
	background-color: #FAFAFA;
}
.captionMsgOdd:hover {
	background-color: #F0FFFF;
}
.MsgConteudo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 16px;
}
.balao {
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.balao {
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}
/*
.balao, .balao table tr td, h1, h2, h3, h4{
	font-family: Verdana,Arial,Helvetica,sans-serif;
}
.balao, .balao table tr td {
	font-size: 11px;
	color: #000000;
	line-height: 12px;
}
*/