
BODY {
	background-color: Black;
	font-family: Arial, serif;
}

.tituloCampo {
	font-size : 12px;
	color: White;
}

.lnkPaginacao {
	font-size : 10px;
	color: White;
	text-decoration:none;
}

.imgSel {
	border: 1px solid #0000CD;
}

.texto {
	font-size : 13px;
	color: White;
	text-decoration:none;
}

.recuperar {
	font-size : 10px;
	color: White;
}

.erro_senha {
	font-size : 10px;
	color: red;
	font-weight : bold;	
}

.msgErro {
	font-size : 10px;
	color: red;
	font-weight : bold;	
}

.flat { 
  color:white;
  border : 1px solid; 
  font-family: Verdana, Arial;
  font-size: 11px; 
  background-color : #333333;
}

.botao { 
  border : 1px solid; 
  font-family: Verdana, Arial; 
  font-size: 11px;
}

.obrigatorio {
	color : Red;
}

.informacao {
	font-family : tahoma, Arial, sans-serif;
	font-size : 9px;
	color: White;
}

.botaoProcurar { 
  border : 1px solid; 
  font-family: Verdana, Arial; 
  background-image: url(../imagens_design/procurar.gif);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
}


SELECT 	{ 
	font-size : 8pt;
	
}

INPUT {
	background-color: #333333; 
  border : 1px solid; 
  color:white;

}




