@charset "ISO-8859-1";
/* CSS Document */

.titulo, .subtitulo, .texto, .link, .small
{
	font-family:Georgia, "Times New Roman", Times, serif;
}

.titulo
{
	font-size:24pt;
	font-variant:small-caps;
	color:#B77D42;
}
.subtitulo
{
	font-size:18pt;
	color:#B77D42;	
}
.texto 
{
	font-size:10pt;
}
.link
{
	font-size:12pt;
}
.small
{
	font-size:8pt;	
}
A:link {color: #000000; text-decoration: none}
A:visited {color: #000000; text-decoration: none}
A:active {color: #000000; text-decoration: none}
A:hover {color: #B77D42; text-decoration: none}