/*@import url("estilo_padrao.css");*/

body{
	font-family: verdana, Arial, Helvetica, sans-serif;
	FONT-SIZE: 1.25ex;
}
a {
	text-decoration: none;
	color:#006699;
}
a:hover {
	text-decoration: underline;
	color:#006699;
}
.texto_azul {
	color: #25678E;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 270px;
	background-color: #F0F0F0;	
	padding: 5px;
}
.box_alinhamento {
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ajuda_online {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #25678E;
	margin-top: 3px;
	padding: 2px;
}
.texto_alert {
	font-weight: bold;
	color: #FFFFFF;
	background-color: #FF0000;
	padding: 2px;
}
.carregando {
	position: absolute;
	top: 0px;
}
.botao {
	background-image: url(fundo_botao.gif);
	border-width: 1px;
	border-style: solid;
	border-color: #00CCFF;
}
.hide {
   visibility: hidden;
}
.titulo_login {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold; 
	font-size:14px;
	COLOR: #25678E; 
	BORDER-BOTTOM: #0099CC 1px solid; 
}
