@import url(http://fonts.googleapis.com/css?family=Inder);

/* Titulos */
.ftitle{
	font-family: 'Inder', sans-serif;
	font-size:23px;
	font-weight:600;
	color:#000000;
}

/* Subtitulos */
.fsubtitle{
	font-family: 'Inder', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#000000;
}

/* Textos */
.ftext{
	font-family: 'Inder', sans-serif;
	font-size:14px;
	font-weight:0;
	color:#000000;
}

/* Textos Pequeno*/
.ftext_small{
	font-family: 'Inder', sans-serif;
	font-size:12px;
	font-weight:0;
	color:#000000;
}

/* Legenda Controlos */
.ftext_controls{
	font-family: 'Inder', sans-serif;
	font-size:14px;
	font-weight:0;
	color:#000000;
}

/* Legenda Controlos Pequeno */
.ftext_controls_small{
	font-family: 'Inder', sans-serif;
	font-size:12px;
	font-weight:0;
	color:#000000;
}

/* Valor Controlos */
.ftext_controls_value{
	font-family: 'Inder', sans-serif;
	font-size:16px;
	font-weight:600;
	color:#000000;
}

/* Valor Controlos Pequeno*/
.ftext_controls_value_small{
	font-family: 'Inder', sans-serif;
	font-size:12px;
	font-weight:600;
	color:#000000;
}

/* Links Dependentes */
.flink_dependent{
	text-decoration:none;
	color:#3B5998;
}
.flink_dependent:hover{
	text-decoration:underline;
	color:#F79F1A;
}

/* Links Independentes */
.flink_independent{
	font-family: 'Inder', sans-serif;
	font-size:16px;
	text-decoration:none;
	color:#3B5998;
}
.flink_independent:hover{
	font-family: 'Inder', sans-serif;
	font-size:16px;
	text-decoration:underline;
	color:#F79F1A;
}

/* Links Independentes Pequeno */
.flink_independent_small{
	font-family: 'Inder', sans-serif;
	font-size:12px;
	text-decoration:none;
	color:#3B5998;
}
.flink_independent_small:hover{
	font-family: 'Inder', sans-serif;
	font-size:12px;
	text-decoration:underline;
	color:#F79F1A;
}

/* Action Menu */
.faction_text{
	font-family: 'Inder', sans-serif;
	font-size:14px;
	text-decoration:none;
	color:#000000;
}
.faction_text:hover{
	font-family: 'Inder', sans-serif;
	font-size:14px;
	text-decoration:underline;
	color:#000000;
}