body, td, th, textarea, input, select {
	font-family: Arial;
	font-size: 11px;
	color:#333333;
}

body {
	background-image: url(../img/fnd.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: underline;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #333333;
}
.titulo {
	font-size:29px;
	font-family:Arial;
	color:#1A5752;
}
.titulo2 {
	font-size:14px;
	font-family:Arial;
	color:#003366;
}
.texto{
	font-size:11px;
	font-family:Arial;
	color:#333333;
