.texto {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cdc9c9;
	text-decoration: none;
	}	
	
a.texto:link {
	color: #CDC9C9;
	text-decoration: underline;
}
a.texto:visited {
	text-decoration: underline;
	color: #CDC9C9;
}
a.texto:hover {
	text-decoration: underline;
	color: #999999;
}
a.texto:active {
	text-decoration: underline;
	color: #CDC9C9;
}
.linha_escura {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}
.linha_escuro {
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}
.texto_amarelo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFCC00;
}
