/* CSS Document */

a:link {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #FF6600;
}
a:visited {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #FF6600;
}
a:hover {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #999999;
}
a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #999999;
}
.titulo{
color: #666666;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight: 400;
}
.subtitulo{
color: #666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.texto{
color:#666666;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}.texto_1{
color:#999999;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
</style>