/* CSS Document */
body{
	background-image:url(../images/fundo.jpg);
	background-attachment:fixed;
	margin:0 0 0 0;
}
.texto{
	color:#FFFFFF;
	font-family:12px;
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-weight:bold;
}
.tbContato{
	margin-left:50px;
	margin-top:50px;
}
.txtcontato{
	border:2px solid #666666;
	width:250px;
	background-color:#ffffff;
	color:#000000;
}
.mensagem{
	border:2px solid #666666;
	width:250px;
	height:150px;
	background-color:#ffffff;
	color:#000000;
	overflow:hidden;
}
.enviar{
	background-color:#FFFFFF;
	color:#666666;
	border:2px solid #666666;
	font-family:12px;
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-weight:bold;
}
.tableObra{
	width:700px;
	height:400px;
	border:0px;
	text-align:center;
}
.titleObra{
	color:#FFFFFF;
	font-family:arial;
	font-size:10px;
	font-weight:bold;
}