/* CSS Document */

.style6 {color: #FFFFFF; font-weight: bold; font-size: 13px; }
.style10 {color: #FFFFFF}
body {
	background-color: #224870;
	/* background-image: url(../imagens/bg_home.jpg);*/
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #25576E;
}
a:hover {
	text-decoration: underline;
	color: #0000FF;
}
a:active {
	text-decoration: none;
	color: #FF0000;
}
