body {
	background-image: url(img/bg_site.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	background-color:#9AAC9C;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
}

#geral {
	margin:auto;
	width:770px;
	background:#FFF;
	
}

#topo {
	height:355px;
}
#corpo {
	
	background:#FFF;
	padding:5px 26px;
	float:left;
	}
	
#rodape{
	height:57px;
	margin:auto;
	width:770px;
	clear:left;
}

#left {
	float:left;
	width:359px;
	min-height:210px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	
	
}
#right {
	float:right;
	width:359px;
	min-height:210px;

}

#titulo_esq {
	background-image:url(img/bg_laranja.gif);
	height:52px;
	text-align:left;
}
#titulo_dir {
	background-image:url(img/bg_verde.gif);
	height:52px;
	text-align:left;
}

#texto {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 ;
	padding: 5px 30px 5px 15px;
	text-align:justify;
}

#menu {
	background:#e5e5e5;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	line-height:25px;
	cursor:pointer;
	color:#6bba70;
	text-decoration:none;
	margin:2px 0;

	}
	
	#menu:hover {
	background:#b5ddb8;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	height:25px;
	line-height:25px;
	cursor:pointer;
	text-decoration:none;
	color:#014005;
	margin:2px 0;

	}
	
	.tile{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:18px;
		color:#014005;
	}
	
		.tile2{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:14px;
		color:#014005;
	}
	
	.small {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:right;
		text-decoration:none;
		color:#000;
		
	}
	
		.small:houver {
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:11px;
		text-align:right;
		text-decoration:none;
		color:#014005;
		
	}
		.bt{
		border:1px #CCC solid;
		background-color:#f1f1f1;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		width:100%;
	}
	.form{
		border:1px #CCC solid;
		background-color:#f1f1f1;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		width:100%;
	}
	.form:focus{
		border:1px #014005 solid;
		background-color:#f1f1f1;
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		width:100%;
	}
	
	.txt{
		font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
		font-size:12px;
		color:#000;
	}