/* Arquivo do SITE TUBARAO CENTER   */
.corpo {  
	background-color: #eeeeee;
	}
.celula1 {  
	background-color: #DEDEDE;
	}
.celula2 {   /* conteudo */
	background-color: #CBCBFF;
	font-family : Arial, Verdana;
	font-size : 14px;
	}
.celula4 {   /* conteudo cor branco */
	background-color: #FFFFFF;
	font-family : Arial, Verdana;
	font-size : 14px;
	}
.celula3 {    /* título */
	background-color: #3E107C;
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color: white;
	}
.lateral {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#000000;
	text-decoration : none;
	}
.departamento {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#000000;
	text-decoration : none;
	text-indent:10px;
}
.descricao {
	font-family : Verdana,Arial;
	font-size : 12px;
	font-weight: bold;
	color :#1AA41A;
	text-decoration : none;
}
/* link 1 ********************************************/
A.link1:link {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FFFFFF;
	text-decoration : none;
}
A.link1:visited {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FFFFFF;
	text-decoration : none;
}
A.link1:hover {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FFFFFF;
	text-decoration : underline;
}
A.link1:active {
	font-family : Arial, Verdana;
	font-size : 12px;
/*	font-weight: bold;*/
	color :#FFFFFF;
	text-decoration : undeline;
}
/* link 2 --> link do menu esquerdo ********************************************/
A.link2:link {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#000000;
	text-decoration : none;
}
A.link2:visited {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#000000;
	text-decoration : none;
}
A.link2:hover {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#2dac2d;
	text-decoration : underline;
}
A.link2:active {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#000000;
	text-decoration : undeline;
}
/*fim do link2*********************************************************/

.tabela{  /* inicio da tabela *****************************************/
	border-top-width:    1px;
	border-bottom-width: 0px;
	border-left-width:   0px;
	border-right-width:  0px;
	
	border-top-style:    dashed;   	/* ridge, solid, dashed, groove ou inset   */
/*	border-right-style:  dashed;   	/* dashed ->é trecejado */
/*	border-bottom-style: dashed;    /* groove, e inset ->é com duas cores */
/*	border-left-style:   dashed;    /* groove, e inset ->é com duas cores */

	border-top-color:    3E107C;
	border-right-color:  FFFFFF;
	border-bottom-color: FFFFFF;
	border-left-color:   FFFFFF;
}
.campo{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	background  	: FFFFFF;
	border      	: 1px #000000 groove;
	color       	: #000000; /*cor da letra */
	font-size   	: 10px;
	text-decoration	: none;
	}
.textocampo{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	color       	: #FFFFFF; /*cor da letra */
	font-size   	: 12px;
	text-decoration	: none;
	}
.textocadastro{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	color       	: #3E107C; /*cor da letra */
	font-size   	: 10px;
	text-decoration	: none;
	}
.botao{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	background  	: FF0000;  
/*	border      	: 0px #000000 groove;  */
/*	color       	: #FFFFFF; /*cor da letra */
	font-size   	: 10px;
	text-decoration	: none;
	background-color: #66CC66;
}