body {  
	background-color: #666;
	color:#000;
	}
.botao{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	background  	: FF0000;  
	font-size   	: 10px;
	text-decoration	: none;
}
.botaobuscar{
	font-family 	: Verdana;
	font-weight 	: bold;
	font-size   	: 10px;
	text-decoration	: none;
	background-image:url(personal/buscar.jpg);
	border-bottom: 0px;
	border:none;
	width: 56px;
	height: 17px;
}
.textocampo{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	color       	: #FFFFFF; /*cor da letra */
	font-size   	: 12px;
	text-decoration	: none;
	}
.campo{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	background  	: FFFFFF;
	border      	: 1px #000000 groove;
	color       	: #000000; /*cor da letra */
	font-size   	: 10px;
	text-decoration	: none;
	}
.campo2{ 
	font-family 	: Verdana;
	font-weight 	: bold;
	background  	: 000000;
	border      	: 1px #999999 groove;
	color       	: #CCCCCC; /*cor da letra */
	font-size   	: 10px;
	text-decoration	: none;
	}
.departamento {
	font-family : Arial, Verdana;
	font-size : 10pt;
	font-weight: bold;
	color :#000000;
	text-decoration : none;
	text-indent:0px;
}
.descricao {
	font-family : Verdana,Arial;
	font-size : 12px;
	font-weight: bold;
	color:#F00;  /* vermelho escuro */
	text-decoration : none;
	margin-left:0px;
}
.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-top-color:    3E107C;
	border-right-color:  FFFFFF;
	border-bottom-color: FFFFFF;
	border-left-color:   FFFFFF;
}
.celula1 {  
	background-color: #DEDEDE;
	font-family : Arial, Verdana;
	font-size : 14px;
	padding-left :3px;
	padding-right:3px;
	}
.celula2 {   /* conteudo */
	background-color: #CBCBFF;
	font-family : Arial, Verdana;
	font-size : 14px;
	padding-left :3px;
	padding-right:3px;
	}

/* 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 : 13px;
	font-weight: bold;
	color :#999999;
}
A.link1:active {
	font-family : Arial, Verdana;
	font-size : 12px;
	color :#FFFFFF;
	text-decoration : undeline;
}

/* Link 2 --> é o link lateral esquerdo ********************************************/
A.link2:link {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FF0000;
	text-decoration : none;
}
A.link2:visited {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FF0000;
	text-decoration : none;
}
A.link2:hover {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color:#600;  /* vermelho escuro */
	text-decoration : underline;
}
A.link2:active {
	font-family : Arial, Verdana;
	font-size : 12px;
	font-weight: bold;
	color :#FF0000;
	text-decoration : undeline;
}
/*fim do link2*********************************************************/