.rodape {
	font-family			: Tahoma;
	color				: #333333;
	font-size			: 10px;
	text-align			: left;
	padding-top			: 2px;
	text-decoration		: none;
}
.rodape:hover {
	font-family			: Tahoma;
	color				: #333333;
	font-size			: 10px;
	text-align			: left;
	padding-top			: 2px;
	text-decoration		: underline;
	vertical-align		: top;
}
.texto {
	font-family			: Tahoma;
	font-size			: 11px;
	color				: #333333;
	text-decoration		: none;
}
.formulario {
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 10px;
	border				: 1px solid #8D8D8D;
	color				: #333333;
	text-decoration		: none;
	text-align			: left;
	vertical-align		: middle;
}
.etiqueta-formulario {
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 11px;
	font-style			: normal;
	font-weight			: normal;
	color				: #277694;
	text-decoration		: none;
	text-align			: right;
	vertical-align		: middle;
	padding-right		: 3px;
}
.botao {
	font-family			: Verdana, Arial, Helvetica, sans-serif;
	font-size			: 10px;
	color				: #333333;
	text-decoration		: none;
	text-align			: center;
	vertical-align		: top;
	border				: 1px solid #999999;
	background-color	: #EBEBEB;
	cursor				: hand;
}
.etiqueta-login {
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 10px;
	font-style			: normal;
	font-weight			: bold;
	color				: #FFFFFF;
	text-decoration		: none;
}
.link-login {
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 10px;
	font-style			: normal;
	font-weight			: normal;
	color				: #FFFFFF;
	text-decoration		: none;
}
.link-login:hover {
	font-family			: Tahoma, Verdana, Arial, sans-serif;
	font-size			: 10px;
	font-style			: normal;
	font-weight			: normal;
	color				: #FFFFFF;
	text-decoration		: underline;
}
.botao-login {
	font-family			: Tahoma;
	font-size			: 9px;
	font-weight			: bold;
	color				: #6EB2E3;
	text-decoration		: none;
	text-align			: center;
	vertical-align		: top;
	border				: 0px solid #000000;
	background-color	: #FFFFFF;
	cursor				: hand;
	height				: 16px;
	width				: 24px;
}