	body {
		background: #f0f2df url(../img/bg_internas.jpg);
		font-family: "Georgia", "Times New Roman", Times, serif;
		margin: 0px;
		background-repeat: repeat-x;
	}
	h2 {
		margin-left: 27px;
		color: #8aa600;
		font-size: 14px;
		font-weight: bold;
	}
	p {
		color: #2c3200;
		text-align: justify;
		margin: 0px 16px 0px 27px;
		font-size: 11px;
		line-height: 200%;
		padding-bottom: 20px;
	}
	.subnav {
		color: #2c3200;
		text-align: justify;
		font-size: 9px;
		line-height: 120%;
	}	
	.txt {
		color: #2c3200;
		padding-top: 20px;
		font-size: 11px;
		line-height: 200%;
	}
	.endereco {
		color: #2c3200;
		padding-top: 20px;
		font-size: 11px;
		line-height: 160%;
	}	
	.recuo {
		color: #2c3200;
		margin: 10px 16px 0px 42px;
		font-size: 11px;
		line-height: 160%;
	}
	a:link {
		color: #8aa600;
		text-decoration: underline;
	}
	a:visited {
		color: #4a5900;
		text-decoration: underline;
	}
	a:hover  {
		color: #2c3200;
		text-decoration: underline;
	}
	a:active {
		color: #c01c03;
		text-decoration: underline;
	}
input, textarea, select {
	font-family: "Georgia", "Times New Roman", Times, serif;
	font-size: 10px;
	background: #f6f7e9;
	color: #2c3200;
	border: 1px solid #99a067;
}