/* CSS de definição de conteúdo dinâmico  */
.txtConteudo, .txtConteudo table tr td, h1, h2, h3{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.txtConteudo, .txtConteudo table tr td {
	font-size: 11px;
	color: #000000;
}
.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: #002E66;
	margin-top:0px;
}
h2{
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
h3{
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	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: 2px solid #FFFFFF;
	float: left;
}
.imagePopup:hover{
	color: #333333;
	text-decoration: none;
	border: 2px solid #FFC310;
}
.imagePopup2{
	font-size: 10px;
	color: #888888;
	text-decoration: none;
	border: 2px solid #FFFFFF;
	float: left;
}
.imagePopup2:hover{
	color: #333333;
	text-decoration: none;
	border: 2px solid #C4151A;
}
.imageContent{
	margin-left:10px;
	margin-right:10px;
}
.vaga a {
	font-size: 14px; 
	font-weight: bold; 
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
}
.vaga a:hover {
	text-decoration: none;
	cursor: pointer;
}
.vagaDetalhe a {
	font-size: 14px; 
	font-weight: bold; 
	text-align: left;
	text-decoration: underline;
	cursor: pointer;
}
.vagaDetalhe a:hover {
	text-decoration: none;
	cursor: pointer;
}