.titulo {
	color: #062B6D;
	font-family: "Times New Roman", Times, serif;
	font-size: 31px;
	font-style: italic;
}

.titulo2 {
	font-family: Arial;
	font-size: 16px;
	color: #17488D;
	font-weight: bold;
}

body,td,th {
	font-family: Arial;
	font-size: 12px;
	color: #333333;
}
body {
	background-color: #F4F8FB;
	background-image: url(../../img/lay/fundo.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;

}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}