.ass {
	font-family: arial;
	font-size: 11px;
	color: #FFFFFF;
	text-decoration: none;
}
.ass-verde {
	font-family: arial;
	font-size: 11px;
	color: #646601;
	text-decoration: none;
}
.Titulos {
	font-family: arial;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.textos-internos {
	font-family: arial;
	font-size: 11px;
	color: #2B2C02;
	text-decoration: none;
}
.fundo {
	background-attachment: fixed;
	background-image: url(../images/fundo.jpg);
	background-repeat: repeat-x;
	background-position: center center;
}
a:link {
	font-family: arial;
	font-size: 11px;
	color: #2B2C02;
	text-decoration: none;
}
a:visited {
	font-family: arial;
	font-size: 11px;
	color: #2B2C02;
	text-decoration: none;
}
a:hover {
	font-family: arial;
	color: #95980D;
	text-decoration: none;
}
a:active {
	font-family: arial;
	color: #2B2C02;
	text-decoration: none;
}
.linhas-divisor {
	font-size: 11px;
	color: #CCCCCC;
	text-decoration: none;
}
.links-popup {
	font-family: arial;
	font-size: 11px;
	color: #95980D;
	text-decoration: underline;
	cursor: hands;
}
