/* CSS Document */
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}

html,body {
	margin:0px 0px 0px 0px;
	background:url(../images/fundo.jpg) repeat-x top #4396CA;
	height:100%;
	border:none;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;

}
img {
	border:0;
}

.tituloAzul {
	color:#3B6E9B;
	font-weight:bold
}






