/* ------------------------------------------------------- */
/* Estilos para objetos de Lay-out da administração        */
/* ------------------------------------------------------- */ 

.bordaBarraTitulos	{ border-style: solid; border-width: 0px 0px 1px 0px; border-color: #CCCCCC #CCCCCC #CCCCCC #CCCCCC; }
.bordaTopo			{ border-style: solid; border-width: 1px 1px 0px 1px; border-color: #000000 #000000 #000000 #000000; }
.bordaMeio			{ border-style: solid; border-width: 1px 1px 1px 1px; border-color: #000000 #000000 #000000 #000000; }
.bordaBaixo			{ border-style: solid; border-width: 0px 1px 1px 1px; border-color: #000000 #000000 #000000 #000000; }
.bordaMenu			{ border-right-color: #CCCCCC; border-right-style: solid; border-right-width: 1px; }
.bordaEditor		{ border-style: solid; border-width: 1px 1px 0px 1px; border-color: #999999 #999999 #999999 #999999; }
.bordaMenuEditor 	{ border-style: solid; border-width: 1px 1px 0px 1px; border-color: #999999 #999999 #999999 #999999; }
.textoMenu			{ font-family: Arial; font-size: 13px; font-weight: bold; }
.textoTitulos 		{ font-family: Verdana; font-size: 14px; font-weight: bold; }
.bordaCinza			{ border-style: solid; border-width: 1px 1px 1px 1px; border-color: #dcdcdc #dcdcdc #dcdcdc #dcdcdc; }

/* ------------------------------------------------------- */
/* Estilos para Textos diversos                            */ 
/* ------------------------------------------------------- */

.titulo1_home		{font-family: arial; font-size: 12px; color="#717171"; font-weight: bold; text-decoration: underline;}
.texto1_home		{font-family: arial; font-size: 12px; color="#717171";}
.texto2_home		{font-family: arial; font-size: 12px; color="#ff0000";}
.texto3_home		{font-family: arial; font-size: 10px; text-decoration: none; font-weight: bold; color="#717171";}
.texto4_internas	{font-family: arial; font-size: 9px; text-decoration: none; font-weight: bold; color="#717171";}
.texto4_geral		{font-family: arial; font-size: 12px; text-decoration: none; color="#717171";}
.texto1_titulo		{font-family: arial; font-size: 14px; text-decoration: none; font-weight: bold; color="#515151";}
.texto1_bulet		{font-family: wingdings; font-size: 12px; text-decoration: none; font-weight: bold; color="#ffc4c4";}

/* ------------------------------------------------------- */
/* Estilos para os links                                   */ 
/* ------------------------------------------------------- */

a:link    { color: #1A4C95; font-family: arial; font-size: 8 pt; font-style: normal; }
A:visited { color: #1A4C95; font-family: arial; font-size: 8 pt; font-style: normal; }
a:hover   { color: #3E83EA; font-family: arial; font-size: 8 pt; font-style: normal; }
A:active  { color: #1A4C95; font-family: arial; font-size: 8 pt; font-style: normal; }
