@charset "utf-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #9d9c9c;
}
body {
	background-color: #fafafa;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #9d9c9c;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #9d9c9c;
}
a:hover {
	text-decoration: underline;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #F00;
}

#total {
	width:386px;
	height:150px;
	position:absolute;
	left:50%;
	margin-left:-193px;
	top:50%;
	margin-top:-75px;
}

#logo {
	width:192px;
	height:150px;
	text-align:center;
	float:left;
}


#centro {
	background:url(imagens/centro.jpg);
	float:left;
	width:1px;
	height:150px;
}

#texto {
	width:193px;
	height:150px;
	float:left;
}

p {
	margin-left:23px;
	line-height:19px;
	margin-top:50px;
}

.centro {
	margin-top:50px;
}

