/* 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: #333333;
	line-height: 18px;
}
.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: 18px;
	font-weight: bold;
	color: #AA7E1A;
	margin-top:0px;
	line-height: 22px;
}
h2{
	line-height: 20px;
	font-size: 14px;
	font-weight: bold;
	color: #666666;
}
h3{
	font-size: 18px;
	line-height: 22px;
	font-weight: normal;
	color: #A97E1A;
	margin-top: 0px;
	margin-bottom: 0px;
}
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 #FFFFFF;
	float: left;
}
.imagePopup:hover{
	color: #333333;
	text-decoration: none;
	border: 1px solid #CCCCCC;
}
.imageContent{
	margin-left:10px;
	margin-right:10px;
}
