* {
	margin: 0px;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(../imagens/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
table {
	font-size: 11px;
	font-family: Tahoma;
	color: #FFFFFF;
}
a {
	color: #FFF;
	text-decoration: none !important;
}
a:hover {
	color: #FFF;
	text-decoration: underline;
}
.link {
	color: #000;
	text-decoration: none;
}
.link:hover {
	color: #000;
	text-decoration: underline;
}
.fundo_geral {
	background-image: url(../imagens/bg2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

.campos {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #e2dfdf;
}
.camposContato {
	font-family: Tahoma;
	font-size: 11px;
	border: 1px solid #e2dfdf;
	padding: 5px;
}
.page_atual {font-size: 13px; font-weight: bold;}
#paginacao {float: right; padding-right: 70px; color: #000000 !important;}
#paginacao a:hover {text-decoration: none !important;}
