body {
	margin: 0px;
	background-image: url(../Img/fundo-topo.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.texto-16-preto {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	font-style: italic;
}
.texto-14-preto {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000;
	font-style: italic;
}
.texto-22-vermelho {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 22px;
	color: #CC0000;
	font-style: italic;
	font-weight: bold;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.fundo-interna {
	background-image: url(../Img/fundo-interna.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.combo-texto-cinza {
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	color: #333;
	background-color: #FFF;
	border: 1px solid #CCC;
	padding: 3px;
}
.fundo-busca {
	background-image: url(../Img/fundo-busca.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

