@charset "utf-8";
/* CSS Document */

p{
 text-align:justify;
}

.box1{
	width:693px; height:auto;
	background-color:#E4E4E4;
	background-image:url(../img/bg_contato.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	float:left;
	margin:0 0 15px 85px;
	padding:20px;
}

#infbaixo{
	width:693px; height:auto;
	float:left;
	margin:0 0 35px 85px;
	padding:0px;
}

#infbaixo p{
	text-align:center;
	font-size:10px;
}

#infbaixo p img{
	margin-right:5px;
}

h2{
	margin:20px 0 25px 85px;
}

.desc{
	padding:0 0 25px 85px;
}

a:link, #contato a:visited{
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color:#333;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

table input, table textarea{
	border:solid 1px #999;
}

table input:hover, table textarea:hover, table input:focus, table textarea:focus{
	border:solid 1px #156B2A;
	background-color:#C3DFC9;
}

.right{
	text-align:right;
}