body {
	margin-top				: 0px;
	margin-bottom			: 0px;
	margin-left				: 0px;
	margin-right			: 0px;
}
.texto {
	font-family				: Tahoma;
	font-size				: 11px;
	color					: #7D7D7D;
	text-align				: justify;
	text-decoration			: none;
}
.texto:hover {
	font-family				: Tahoma;
	font-size				: 11px;
	color					: #E78125;
	text-align				: justify;
	text-decoration			: underline;
}
.destaque {
	font-family				: Tahoma;
	font-size				: 11px;
	color					: #E78125;
}
.textfield {
	font-family				: Tahoma;
	font-size				: 10px;
	color					: #7D7D7D;
	border					: 1px solid #ADADAD;
	width					: 109px;
	height					: 15px;
}
.etiqueta-clientes {
	font-family				: Tahoma;
	font-size				: 9px;
	color					: #7D7D7D;
	padding-left			: 25px;
}
.registo {
	font-family				: Tahoma;
	font-size				: 9px;
	color					: #7D7D7D;
	text-decoration			: none;
}
.registo:hover {
	font-family				: Tahoma;
	font-size				: 9px;
	color					: #E88122;
	text-decoration			: underline;
}
.rodape {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 10px;
	color					: #FFFFFF;	
	text-decoration			: none;
	vertical-align			: top;
}
.rodape:hover {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 10px;
	color					: #FFFFFF;
	text-decoration			: underline;
	vertical-align			: top;
}
.formulario {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 10px;
	color					: #666666;
	text-align				: left;
	text-decoration			: none;
	vertical-align			: middle;
	border					: #D6D6D6 1px solid;
}
.botao {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 10px;
	color					: #FFFFFF;
	text-align				: center;
	text-decoration			: none;
	vertical-align			: top;
	background-color		: #E88122;
	border					: #FFFFFF 1px solid; 
	cursor					: hand;
}
.etiqueta {
	font-family				: Tahoma;
	font-size				: 11px;
	color					: #7D7D7D;
	text-align				: right;
	text-decoration			: none;
	padding-right			: 5px;
}