/* CSS Document */
body {
	background-color: #0062c5;
}

.texto {
	font-family: Tahoma, Arial, Helvetique, sans-serif;
	font-size: 11px;
	color: #0062c5;
	text-decoration: none;
	line-height: 12px;
}

a:link {
	color: #0062c5;
	text-decoration: none;
}
a:visited {
	color: #000033;
	text-decoration: none;
}
a:hover {
	color: #66CCFF;
	text-decoration: none;
}
a:active {
	color: #0062c5;
	text-decoration: none;
}

.titulos {
	color: #999999
}
