/*===============================================================================================================|
|									CLASSES PARA CONFIGURAÇÃO DOS TEXTOS										 |
|================================================================================================================*/
.t10, .t10 a { font-family: Tahoma; font-size:10px; }
.t11, .t11 a { font-family: Tahoma; font-size:11px; }
.t12, .t12 a { font-family: Tahoma; font-size:12px; }
.t13, .t13 a { font-family: Tahoma; font-size:13px; }
.t14, .t14 a { font-family: Tahoma; font-size:14px; }
.t15, .t15 a { font-family: Tahoma; font-size:15px; }
.t16, .t16 a { font-family: Tahoma; font-size:16px; }
.t17, .t17 a { font-family: Tahoma; font-size:16px; }
.t18, .t18 a { font-family: Tahoma; font-size:18px; }
.t19, .t19 a { font-family: Tahoma; font-size:19px; }
.t20, .t20 a { font-family: Tahoma; font-size:20px; }
.t21, .t21 a { font-family: Tahoma; font-size:21px; }
.t22, .t22 a { font-family: Tahoma; font-size:22px; }
.t23, .t23 a { font-family: Tahoma; font-size:23px; }
.t24, .t24 a { font-family: Tahoma; font-size:24px; }

.bold				{ font-weight:bold; }
.italico			{ font-style: italic; }
.sublinhado 		{ text-decoration: underline; }
.underline:hover 	{ text-decoration: underline; }
.riscado 			{ text-decoration: line-through; }

/*===============================================================================================================|
|							CLASSES PARA CONFIGURAÇÃO DAS CORES DOS TEXTOS										 |
|================================================================================================================*/
.verdeazulado, .verdeazulado a { color: #305F8B; }
.laranjado, .laranjado a	   { color: #FF9900; }
.verde,     .verde a	       { color: #008800; }
.vermelho, .vermelho a	       { color: #AA0000; }
.roxo, .roxo a		           { color: #CC00FF; }
.branco, .branco a			   { color: #FFFFFF; }
.preto, .preto a			   { color: #000000; }
.cinza, .cinza a			   { color: #535353; }
