@charset "utf-8";
* { margin: 0; padding: 0; }
html, body {height:99%;} 
body {
	margin:0;
	text-align:center;
	background-image: url(../imagens/back-geral.jpg);
	background-repeat: repeat-x;
	color: #000;
	/*color: #333333;  Alterardo para preto a pedido do Alexandre almeida DIRETOR ASINF*/
	/*color: #344852; azul original do layout */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
		}
p {
	margin-bottom: 10px;
}
a {
	color: #344852;
	text-decoration: underline;
	outline: none;
}
a:visited,
a.visited {
	color: #5B5B2D;
}
a:hover,
a:active,
a.active {
	color: #868170;
}
.clear {
  clear: both;
}