@charset "utf-8";

/* CSS Document */

/* fonte do texto comum */
.STCopy {
	color: #3b3b3b;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	font-family: verdana;	    
}

/* fonte do texto comum grande */
.STbig {
	color: #3b3b3b;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-family: verdana;	    
}

/* fonte dos titulos */
.FT {
	color: #E9773B;
	font-size: 12px;
	font-family: verdana;
	font-weight: bold;
	font-style: normal;
	
}

/* fonte dos sub-titulos */
.Sub {
      color: #e9773b;
	  font-size: 11px;
	  font-family: verdana;
	  font-weight: bold;

}

/* fonte Sub-Titulo informatica */
.subi {
       color: #1E1916;
	   font-size: 11px;
	   font-family: Verdana;
	   font-weight: bold;
}
    	  

/* fonte Mensagem do Banner */
.MB {
	color: #3B3B3B;
	font-size: 12px;
	font-weight: bold;
	font-family: verdana;
}

/* fonte do rodape */
.FR {
	color: #3b3b3b;
	font-size: 13px;
	font-family: verdana;
	font-weight: normal;
	font-weight: normal;
}

/* fonte do link */
.LA {
	font-family: verdana;
	font-size: 10px;
	color: #007CC6;
	font-weight: bold;
}





