/* CSS Document */

.Estilo1 {
	color: #0066CC;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
}
.Estilo2 {
	color: #000099;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.Estilo3 {
	color: #FFFFFF;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
}

H2 {
	color: #000099;
	font-family: Arial;
	font-weight: bold;
}
.menu {
	font-family: Arial;
	font-size: 12px;
	color: #000099;
	font-weight: bold;
}
.menu:link {
	text-decoration: none;
	color: #000099;
}
.menu:visited {
	text-decoration: none;
	color: #0000CC;
}
.menu:hover {
	text-decoration: underline;
	color: #0033CC;
}
.menu:active {
	text-decoration: none;
	color: #000000;
}
