@charset "utf-8";
/* CSS Document */

html, body {
	background-color: #ffffff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
}
a:link {
	color:#FF0066;
	text-decoration:none;
}
a:hover {
	color: #333;
	text-decoration:none;
}
a:visited {
	color:#FF0066;
	text-decoration:none;
}
.pie {
	font-family: Tahoma, Verdana;
	color:#999;
	font-size: 10px;
	line-height: 14px;
}
.texto {
	font-family: Tahoma, Verdana;
	color:#666;
	font-size:12px;
	font-weight: normal;
}
.textoDestacado {
	font-family: Tahoma, Verdana;
	color:#666;
	font-size:12px;
	font-weight:bold;
}
