body		{ /* Configurações de formatação do corpo */
			margin: 0;
			padding: 0;
			border: none;
			background:  url(../images/fundo3.gif);
			color: #000000;
			text-align: center;
			font-family: verdana;
			font-size: 14px;
       		}

#tudo 		{ /* Configurações da DIV tudo */
        	width: 750px;
        	margin: 0 auto;
        	text-align: left;
			background: #E7F3F8;

        	}

#topo 		{ /* Configurações da DIV topo */     
        	height: 200px;
        	border-bottom: 1px solid #8cc5de;
        	}

#principal	{ /* Configurações da DIV principal */
			float: left;
			width: 710px;
			margin-left: 10px;
			text-align: justify;
			/* border: dotted #c30; */
            border-width: 0 1px;
			padding-top: 10px;
			padding-right: 10px;
			padding-bottom: 0;
			padding-left: 10px;
             	}

#nav		{ /* Configurações da DIV nav */
       		width: 120px;
       		float: left;
       		}

#apoio 		{ /* Configurações da DIV apoio */ 
        	width: 120px;
        	float: right;
        	}

#rodape 	{ /* Configurações da DIV rodape */
        	clear: both;
        	text-align: center;
        	border-top: 1px solid #8cc5de;
			font-size: 12px;

		    }

ul, ol		{
            margin-left: 10px;
            padding-left: 50px;
			padding-right: 40px;
		    }

h1, h2, h3	{
			color: #333333;
			font-size: 1.4em;
			}
