BODY{
	background-color: #F2F9F4;
}

.TABELADADOSENTRADA{
 	width: 400px;  
}

.COLUNALOGIN{
	text-align: center;
}
.TABELALOGO{
	background-image: url(../imagens/logosenior.png);
	background-position: center;
	background-repeat: no-repeat;
	width: 400px;
	height: 120px;
}

.TABELARODAPE{
	height: 50px;
}

.TABELARODAPE2{
	height: 100px;
}
.LINHARODAPE{
	vertical-align: top;
}
A.LINHARODAPELINK{
  color: gray;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
A:VISITED.LINHARODAPELINK{
  color: gray;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}
A:HOVER.LINHARODAPELINK{
  color: gray;
  text-decoration: none;
  font-size: 11px;
  font-family: Arial, Helvetica, sans-serif;
}

.COLUNAROTULO{
	width: 150px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: right;
}

.COLUNACAMPO{
	width: 250px; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.CAMPOENTRADA{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.TABELABOTOES2{
	width: 220px;
	height: 60px;
	vertical-align: middle;
}
.BOTAO{
	border-width: 2px;
	border-style: outset;
	background-color: #D6D3CE;
	width: 100px;
	height: 27px;
}
.TEXTOBOTAO{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	width: 70px;
}
.ICONEOK{
	width: 30px;
	background-image: url(../imagens/btincluir.gif);
	background-position: center;
	background-repeat: no-repeat;
}
.ICONECANCELAR{
	width: 30px;
	background-image: url(../imagens/btcancel.gif);
	background-position: center;
	background-repeat: no-repeat;
}
A{
  color: #383838;
  text-decoration: none;
  font-weight: bold;
}
A:VISITED{
  color: #383838;
  	text-decoration: none;
}
A:HOVER{
  color: #383838;
  text-decoration: none;
}