/* GERAL */

.txt {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #153f4d;
}
.txtCinzaClaro {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #ebe9e4;
}
.txtBranco {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.txtAlert {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #bd2424;
}
.txtTit {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #153f4d;
}

.linkTxt {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #153f4d;
	text-decoration: underline;
}
.linkTxt:hover {
	color: #bd2424;
}


.txtRodape {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
.txtRodapeTel {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #fdb815;
	font-weight: bold;
}

.txtTel {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #bd2424;
}

/* MENU INTERNO */

.txtMnuSelect {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #1088ad;
}
.linkMnu {
	font-family: Tahoma, Arial, sans-serif;
	font-size: 11px;
	color: #114052;
	text-decoration: none;
}
.linkMnu:hover {
	color: #bd2424;
}
