/* CSS Document */

*{
	padding:0;
	margin: 0px;
	list-style-position: inside;
	
	}
body {
	/*background:#EEEEEE;*/
	background:url(imagens/bolinha.gif);
	font-family:"Trebuchet MS";
	font-size:10px;
	}
	
bodyhome {
	background:url(imagens/bolinha.gif);
	font-family:"Trebuchet MS";
	font-size:10px;
	}
	
.global{
	width:760px;
	/*background:#666666; */
	}
	
.topo{
	width:760px;
	height:100px;
	background:url(imagens/bannericp.jpg);
	}
	
	/*Menu*/
.barra_menu{
	width:760px;
	height:30px;
	background:url(imagens/curva.jpg);
	}
.menu{
	height:30px;
	width:450px;
	background:url(imagens/estampa_menu.gif);
	float:right;
	text-align:left;
}
.centro{
		width:760;
		}

.esquerda{
	width:200px;
	}
	
.blocos{
	padding:5px;
	border:#DCDCFF solid 1px;
	}
.legenda{
	font-weight:bold;
	font-size:10px;
	}
	
	
.direita{
	width:560px;
	}
.rodape{
	width:760px;
	text-align:center;
	background: #8ba0d7;
	margin:0;
	padding:0;
	}

.quadroExibicao{
	width:530px;
	text-align:justify;
	float:right;
	padding:10px;
	
	}
