/* FONT */

.font01 /* titulos_rosa */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #c94173;
	text-decoration: none;
	word-spacing: -10px;
	font-weight: bold;
}

.font02 /* login_senha */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #c94173;
	text-decoration: none;
	word-spacing: -1px;
}

.font03 /* texto_cinza */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #888;
	text-decoration: none;
	word-spacing: -1px;
}

.font04 /* titulos_cinza_bold */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #707070;
	text-decoration: none;
	font-weight: bold;
	line-height: 18px;
	}
	
.font05 /* titulos_marileny */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #c94173;
	text-decoration: none;
	word-spacing: -3px;
	font-weight: bold;
	}

.font06 /* titulos_pag_internas */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #c94173;
	text-decoration: none;
	word-spacing: -2px;
	font-weight: bold;
}
.font07 /* texto_corrido_cinza */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #888;
	text-decoration: none;
	line-height: 16px;
}
.font08 /* texto_corrido_rosa_bold */
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	color: #c94173;
	word-spacing: -1px;
	text-decoration: none;
	font-weight: bold;
	line-height: 16px;
}