.fundoDir {
	background-image: url(img/fundo_dir.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.fundoEsq {
	background-image: url(img/fundo_esq.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
.fundoRodape {
	background-image: url(img/fundo_base.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.fundoOpremio {
	background-attachment: fixed;
	background-image: url(img/fundo_corpo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.fundoCorpo {
	background-attachment: fixed;
	background-image: url(img/corpo.jpg);
	background-repeat: repeat;
	background-position: left top;
}
.txtCapa {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: normal;
	font-weight: bold;
	color: #0D68A3;
	text-decoration: none;
}
.txt {
	font-family: Arial, Helvetica, sans-serif;
	line-height: normal;
	color: #122D49;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
.subTitulo {
	font-family: Arial, Helvetica, sans-serif;
	color: #0D68A3;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.subTituloVencedores {
	font-family: Arial, Helvetica, sans-serif;
	color: #F57F21;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.edicao {

	font-family: Arial, Helvetica, sans-serif;
	color: #0D68A3;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.form {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: normal;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	margin: 1px;
	border: 1px solid #8AB7D4;
}
.borderForm {
	border: 1px solid #0168AA;
}
