body{
	margin: 0;
	padding: 0;
	background-image: url(bgGeral.png);
	background-position: center top;
	background-repeat: repeat-x 
}

.boxContatos{
	background-image: url(box_contatos.gif);
	background-repeat: no-repeat;
	background-position: top left;
}

.portifolio{
	background-image: url(tit_nossos_trabalhos.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

		a {
		font: normal 11px verdana, sans-serif;
		color: #233244;
		text-decoration: none;
		}

		a:hover {
		text-decoration: underline;
		}
		
		.FormularioTextos {
		font: bold 11px verdana, sans-serif;
		color: #291770;
		text-decoration: none;
		text-align: right;
		}
		
		.campos{
		width: 150px;
		border: 1px solid #999;
		height: 22px;
		margin-bottom: 3px;
		font: normal "Trebuchet MS", tahoma, arial;
		font-size: 11px;
		}

	.caixadetexto{
	width: 150px;
	border: 1px solid #999;
	height: 90px;
	margin-bottom: 3px;
	font-family: "Trebuchet MS", tahoma, arial;
	font-size: 11px;
}

input.btn{
	font-family: tahoma, arial;
	font-size: 11px;
	color: #fff;
	font-weight: bold;
	width: 70px;
	height: 20px;
	background-color: #FE5900;
	border: 1px #1287AB;
	}
	
	h3{
	font: normal 17px "Trebuchet MS", tahoma, arial;
	color: #FE5900;
	text-align: left;
	margin-left: 25px;
	}
	
	.bordaLink img{
	border: 8px solid #ddd;
	}

	.bordaLink:hover img{
	border: 8px solid #ccc;
	}
	
	.linhaPort{
	background-image:url(linha_port.gif);
	background-position:bottom;
	background-repeat:repeat-x;
	}
	
	p{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	color: #233244;
	}
	
/*.bordaLink:hover{
color: red;  Dummy definition to overcome IE bug
} */
	

