/* CSS Document */
html {
	overflow: auto;
}
body {
	background: #ccc;
	margin: 0;
	padding: 0;
}
body #tb_central {
	width:100%;
	height:100%;
}
body #contato {
	background:#f5f5f5;
	border:1px solid #999;
	font-family:"Trebuchet MS", Tahoma, Arial, Verdana, "Times New Roman", System;
	position:absolute;
	padding:30px;
	top:50%;
	margin-top:-120px;
	left:50%;
	margin-left:-230px;
	width:400px;
	height:180px;
}
.bottom-links {
	width:745px;
	height:17px;
	margin:0 auto;
	background:#ccc;
}
.bottom-links a {
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#B6261F;
	text-decoration:none;
	padding:10px 3px 0 14px; !important;
	padding:5px 3px 0 28px;
	display:block;
	float:right;
	height:23px;
	width:50px !important;
	width:70px;
	background:url(images/carta.jpg) 2px center no-repeat #ccc;
}
.bottom-links a:hover {
	color:#28166F;
}
body #contato td {
	border:1px solid #ccc;
	color:#f5f5f5;
	width:190px;
	padding-left:6px;
	background:#999;
	font-size:80%;
}
body #contato th {	
	width:80px;
	color:#333;
	font-size:90%;
	text-align:left;
	vertical-align:top;
}
body #contato .header {
	width:100%;
}
body #contato th h1{	
	position:relative;
	top:-15px !important;
	top:0;
	text-align:center;
	color:#0089E1;
	margin:0;
	padding:0;
	font-size:100%;
	text-transform:uppercase;
}
.footer p {
	display:block;
	_position:relative;
	
	width:400px;
	text-align:center;
}