/* ---------------------------------------------------------------------- */
/* FONTES                                                                 */
/* ---------------------------------------------------------------------- */

FONT.FONT01 {font-family: "Trebuchet MS"; font-size:18px; font-weight: normal; color: #333}
FONT.FONT02 {font-family: "Trebuchet MS"; font-size:11px; font-weight: normal; color: #333}
FONT.FONT03 {font-family: "Trebuchet MS"; font-size:11px; font-weight: normal; color: #333}

/* ---------------------------------------------------------------------- */
/* FONTES - LINKS                                                         */
/* ---------------------------------------------------------------------- */

/*MENU*/
a.STYLE02 {
	font: 11px "Trebuchet MS";
	color:#333;
	text-decoration:none
}
a.STYLE02:hover {
	color:#FFFFFF; 
	background-color:#66a4ff; 
}

/* ---------------------------------------------------------------------- */
/* FORMULÁRIOS                                                            */
/* ---------------------------------------------------------------------- */

TEXTAREA.BOX {#FFFFFF : transparent; border : 1px solid #66a4ff; 
			  font-family: "Trebuchet MS"; font-size: 10px; font-style: normal;}
			  
INPUT.BOX {#FFFFFF : transparent; border : 1px solid #66a4ff;
		    font-family: "Trebuchet MS"; font-size: 11px; font-style: normal; height:20px;}
			
SELECT.BOX {#FFFFFF : transparent; border : 1px solid #66a4ff;
			font-family: "Trebuchet MS"; font-size: 11px; font-style: normal; height:20px;}
			
/* ---------------------------------------------------------------------- */
/* TABELAS - LINKS                                                        */
/* ---------------------------------------------------------------------- */
			
.TABLE_FULL {margin:auto; border: 1px;}