body {
	font-size: 12px; /* Resets 1em to 10px */
	font-family: "Trebuchet MS";
	color: #333333;
	font-style: normal;
	font-weight: normal;
	}

.textodata {
	font-size: 10px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.texto {
	line-height: 150%;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
.texto_t {
	font-size: 16px;
	text-align: left;
	line-height: 170%;
}
.texto_ind {
	line-height: 130%;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	padding-right: 15px;
	padding-left: 10px;
}
.pesquisa {
	text-align: left;
	text-indent: 5px;
	height: 20px;
	width: 175px;
	border: 1px solid #000000;
	left: 0px;
	background-position: left;
	margin-left: 10px;
}


/************************************************
*	Hyperlinks									*
************************************************/

a, a:visited {
	color: #70849C;
	text-decoration: none;
	}
	
a:hover {
	color: #70849C;
	text-decoration: underline;
	}
