body {
	margin-bottom			: 0px;
	margin-left				: 0px;
	margin-right			: 0px;
	margin-top				: 0px;
	background-image		: url(../App_Imagens/fundo.jpg);
}
.rodape {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 10px;
	color					: #2C3093;
	vertical-align			: middle;
	text-decoration			: none;
}
.rodape:hover {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 10px;
	color					: #2C3093;
	vertical-align			: middle;
	text-decoration			: underline;
}
.texto {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 11px;
	font-weight				: normal;
	font-style				: normal;
	color					: #333333;
	text-decoration			: none;
}
.texto:hover {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 11px;
	font-weight				: normal;
	font-style				: normal;
	color					: #2C3093;
	text-decoration			: none;
}
.etiqueta-contactos {
	font-family				: Tahoma, Verdana, Arial, sans-serif;
	font-size				: 11px;
	font-weight				: normal;
	font-style				: normal;
	color					: #D5212A;
	text-align				: right;
	text-decoration			: none;
	padding-right			: 5px;
}