/* Estilos padronizados do HTML */

.txtpisca  { font-size: 18px; font-family: Arial; color: #ff0000; text-decoration: blink;} 
.alerta_ferias {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #F00;
	height: auto;
	width: auto;
	text-align: center;
	display: block;
	font-size: 36px;
	color: #FFF;
}

