#div_centro {width: 1000px; position: absolute; margin-left: -500px; left:50%;}

body {
	margin: 0px 0px 0px 0px;
	font-family: Verdana;
	background-color: #F1FCFC;
	scrollbar-face-color: #FFFFFF;
	scrollbar-highlight-color: #003366;
	scrollbar-shadow-color: #003366; 
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #003366; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 

}

#topo {
	width: 100%;
	height: 195px;
	font-size: 13px;
	background-color: #FFFFFF;
}

#esquerda {
	float: left;
	width: 182px;
	font-size: 12px;
	margin: 1px 0px 0px 0px;
}

#meio {
	float: left;
	width: 610px;
	height: 400px;
}

#meio_h {
	float: left;
	width: 538px;
	height: 400px;
}


#miolo_h {
	width: 500px;
	height: 370px;
	margin: 2% 10px 10px 3%;
	background-color: #dcf8f8;
	padding: 5px;
	overflow: auto;
}

#coluna1 {
	float: left;
	width: 220px;
	height: 295px;
	margin: 0% 0px 0px 7%;
	background-color: #dcf8f8;
	padding: 5px;
	overflow: auto;
}

#coluna2 {
	float: left;
	width: 220px;
	height: 295px;
	margin: 0% 0px 0px 8%;
	background-color: #dcf8f8;
	padding: 5px;
	overflow: auto;
}

#direita_h {
	float: left;
	width: 280px;
	height: 390px;
	background-color: #dcf8f8;
	margin: 1px 0px 0px 0px;
}


#menu {
	width: 150px;
}


.itemMenu {
	width: 155px;
	height: 21px;
	padding: 2px 1px 1px 5px;
	border-bottom: 1px solid #FFFFFF;
	background-color: #dcf8f8;
}

a {
	color: #006666;
	text-decoration: none;
	font-weight: bold;
 }

a:hover {
	color: #009966;
	text-decoration: none;
	font-weight: bold;
 }

h1 {
	text-align: center;
	font-size: 18px;
	color: #003366;
}


h2 {
	font-size: 16px;
	color: #B35732;
}

p {
	text-align: justify;
	font-size: 12px;
	color: #222222;
}


table {
	font-size: 13px;
}

strong {
	font-size: 13px;
}

li {
	font-size: 12px;
	text-align: justify;
	color: #555555;
	padding: 5px;
}

.rod {
	text-align: center;
	font-size: 10px;
	color: #222222;
}

.texto {
	font-size: 12px;
	color: #003366;
	font-style:italic;
	font-weight:bold;
}
.texto_verde {
	font-size: 12px;
	color: #006666;
	font-weight:bold;
}
.texto_vermelho {
	font-size: 12px;
	color: red;
	font-weight:bold;
}

