@charset "utf-8";
/* CSS Document */

/*******************************************************
INFORMAÇÕES

CORES USADAS

VERDE: # 14CA3A
CINZA: # 898E9A
*******************************************************/


/*******************************************************
GERAL
*******************************************************/

*{
	margin:0;
	padding:0;
	list-style:none;
	text-decoration:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #898E9A;
	text-decoration:none;
}
	
img {
	border:0;
}

html { 
	overflow: scroll; 
	height: 100%;
	margin-bottom: 0.1em;
}

body{
	background-image:url(background.jpg);
	background-repeat: repeat;
	background-attachment: scroll;
}


h1 {
	font-weight:bold;
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: #14ACBA;
	}

a{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color: #898E9A;
	text-decoration:none;
	font-weight:normal;
	}

a:hover {
	font-weight:normal;
	color:#898E9A;
	text-decoration:underline;
	}

a:active {
	font-weight:normal;
	text-decoration:none;
	}

a:visited {
	font-weight:normal;
	text-decoration:none;
	}
	
/*******************************************************
TOPO
*******************************************************/

#topo{

	width:949px;
	height:236px;
	position:relative;
	margin-top:4px;
	margin:auto;
}

/*******************************************************
CENTRO
*******************************************************/
	
#central{
	width:100%;
	min-height:1000px;
	margin:auto;
	margin-top:5px;
}

.p_01{
	width:949px;
	position:relative;
	margin: auto;
}

/*****************************************
RODAPÉ
*********************************************/

#rodape{
	width:949px;
	position:relative;
	margin: auto;
}

.xhtml {
  margin:20px 0 20px 0;
  padding:0 10px 0 10px;
}