/* 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: #666666;
}
a:active {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration: none;
	color: #FF6600;
}
.titulo{
color: #333333;
font-family: Georgia, "Times New Roman", Times, serif;
font-size:18px;
font-weight: 400;
}
.subtitulo{
color: #FF6600;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:14px;
}
.texto{
color:#333333;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}.texto_1{
color:#CCCCCC;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:12px;
}
</style>