	html, body {border: 0; margin: 0; padding: 0;}

	body {
		font: 85%/0.9 arial, helvetica, sans-serif;
		line-height: 130%;
		width: 100%;
		min-width: 970px;
		background-image: url(img/backgroundCorpo.png);
		overflow:scroll;  /* fixa espaço da barra de rolagem */
	}
	.titulo1{
		font-family: verdana, tahoma;
		font-size:22px;
		font-weight:bold;
		font-style:italic;
		/*color:#111111*/
		color:#7a9838;
		
	}
	.titulo2{
		font-family: verdana, tahoma;
		font-size:18px;
		color:#7a9838;
	}

	.texto{
		font-family: verdana, tahoma;
		font-size:11px;
		color:#333333;
		text-align:justify;
	}
		a.texto{
			font-family: verdana, tahoma;
			font-size:11px;
			color:#7a9838;
			text-decoration: none;
		}
		a.texto:visited{
			font-family: verdana, tahoma;
			font-size:11px;
			color:#7a9838;
			text-decoration: none;
		}
		a.texto:hover {
			font-family: verdana, tahoma;
			font-size:11px;
			color:#7a9838;
			text-decoration: underline;
		}
		a.texto:active {
			font-family: verdana, tahoma;
			font-size:11px;
			color:#7a9838;
			text-decoration: none;
		}		
		
	.rodape{
		font-family: verdana, tahoma;
		font-size:10px;	
		color: white;
	}
		a.rodape:visited{
			font-family: verdana, tahoma;
			font-size:10px;	
			color: white;
			text-decoration: none;
		}
		a.rodape:hover {
			font-family: verdana, tahoma;
			font-size:10px;	
			color: white;
			text-decoration: underline;
		}
		a.rodape:active {
			font-family: verdana, tahoma;
			font-size:10px;	
			color: white;
			text-decoration: none;
		}	
	
	div.alerta{
		border:0px;
		position:relative;
		font:8pt/1.5em Tahoma, Verdana, Arial, Serif;
		color:#DF7000;
	}
