.titulos {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #817F7F;
	text-decoration: none;
	text-transform: uppercase;
}
.subtitulos {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
.text {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-transform: none;
}
.copy {
	font-family: Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #FFFFFF;
	text-transform: none;
	background-color: #999999;
	bottom: 100%;
}
.text_italic {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: none;
	font-style: italic;
}
.links {
	font-family: Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FD6801;
	text-transform: none;
}
