




//css editor de texto
.text_10px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
}
.text_12px {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}
.text_20px {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 17px;
	line-height: 20px;
}
.text_30px {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 30px;
	line-height: 32px;
}
.cor_a_100 {
	color: #005582;
}
.cor_a_50 {
	color: #7FAAC0;
}
.cor_a_15 {
	color: #D9E6EC;
}
.cor_b_100 {
	color: #0099E0;
}
.cor_b_50 {
	color: #63BCEB;
}
.cor_b_15 {
	color: #E4F0D8;
}
.cor_cinza_text {
	color: #666666;
}
.cor_branca {
	color: #FFFFFF;
}
// só pra layout - separadores das colunas
.cx_filet {
	padding-left: 20px;
	padding-right: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}
.cx_filet_esq {
	padding-left: 20px;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #999999;
}
.cx_filet_dta {
	padding-left: 0px;
	padding-right: 20px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #999999;
}
// molduras para imagens
