.txt {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.txt:hover {
	color: #0E5D1D;
	text-decoration: underline;
}
.Menu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #0E5D1D;
	text-decoration: none;

}
.Menu:hover {
	color: #FFFFFF;
}
.txtMenor {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;

}
.txtMenor:hover {
	color: #0E5D1D;
	text-decoration: underline;
}
.BG {
	background-image: url(../imagens/gradiente.gif);
	background-repeat: repeat-x;
}
.BG2 {
	background-repeat: no-repeat;
}
.Titulo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0E5D1D;
}
