.Titulo1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14pt;
	font-style: normal;
	color: #6699cc;
	text-indent: 30px;
	text-decoration: underline;
	font-weight: bold;
	left: 8px;
	position: relative;
	height: auto;
	width: auto;
	top: 0px;




}
.Normal {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	position: static;
	height: auto;
	width: auto;
	font-weight: bolder;

}
.Titulo2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	height: auto;
	width: auto;


}
.List {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	font-style: normal;
	font-weight: bolder;
	list-style-type: circle;
	list-style-position: inside;

}

