html {
     overflow: -moz-scrollbars-vertical;
}
.nlink{
	text-decoration: none;
}
.nlink:hover{
	text-decoration: underline;
}

.nlink-texto{
	text-decoration: none;
	color:#CE1C10;
}
.nlink-texto:hover{
	text-decoration: underline;
	color:#CE1C10;
}

.nlink-textoAzul{
	text-decoration: none;
	color:#8EB0CE;
}
.nlink-textoAzul:hover{
	text-decoration: underline;
	color:#8EB0CE;
}

.nlink-textoAzul3{
	text-decoration: none;
	color:#0F4287;
}
.nlink-textoAzul3:hover{
	text-decoration: underline;
	color:#0F4287;
}

.nlink-textoCinza-01{
	text-decoration: none;
	color:#000000;
}
.nlink-textoCinza-01:hover{
	text-decoration: underline;
	color:#000000;
}

.nlink-textoCinza-02{
	text-decoration: none;
	color:#000000;
}
.nlink-textoCinza-02:hover{
	text-decoration: underline;
	color:#000000;
}


/* --------------- TEXTOS --------------- */
.txtAzul-01{
	font-family:tahoma;
	font-size:11px;
	color:#8EB0CE;
}
.txtAzul-02{
	font-family:tahoma;
	font-size:13px;
	color:#0F4287;
}
.txtAzul-03{
	font-family:tahoma;
	font-size:11px;
	color:#0F4287;
}
.txtCinza-01{
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}
.txtCinza-Escuro{
	font-family:tahoma;
	font-size:11px;
	color:#686868;
}

.txtCinza-02{
	font-family:tahoma;
	font-size:11px;
	color:#000000;
}

.txtCinza-03{
	font-family:tahoma;
	font-size:13px;
	color:#000000;
}

.txtCinza-04{
	font-family:tahoma;
	font-size:13px;
	color:#686868;
}

.txtBranco-01{
	font-family:tahoma;
	font-size:11px;
	color:#FFFFFF;
}

.txtVermelho-01{
	font-family:tahoma;
	font-size:12px;
	color:#CE2829;
}

.txtVermelho-02{
	font-family:tahoma;
	font-size:11px;
	color:#CE2829;
}

/* --------------- TEXTOS --------------- */

.input-01 {
	font-family:tahoma;
	font-size: 11px;
	color: #000000;
	border: solid 1px #999999;
	height: 20px;
	padding: 3px;
}
.select-01 {
	font-family:tahoma;
	font-size: 11px;
	color: #000000;
	border: solid 1px #999999;
	height: 30px;
	padding: 3px;
}


