/* CSS Document */
.style1 {
	font-family: Tahoma;
	font-size: 11px;
	color: #3B1C74;
}
a:link {
	color: #FF0000;
	text-decoration: none;
}
a:visited {
	color: #FF0000;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: none;
}
a:active {
	color: #FF9900;
	text-decoration: none;
}
.style2 {
	font-family: Tahoma;
	font-size: 11px;
	color: #FFFFFF;
}
.style4 {color: #999999}
.style5 {
	font-family: Tahoma;
	font-size: 11px;
	color: #333333;
}
.peque {
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
}