body {	margin-left: 0px; 
		margin-top: 0px; 
		margin-right: 0px;
		margin-bottom: 0px;}

img {margin-right: 0px;
		margin-bottom: 0px;
		margin-top: 0px;
		margin-left: 0px;
		border-color: #000000;
		border: 0;
		}
.title {font-family: Arial, Helvetica, sans-serif; 
			  font-size: 8pt;
	 		  font-weight: bold;
			  color: #4f4f4f;
			  text-align: center;
			  margin-top: 0;
			  margin-bottom: 0; 
			  }
.title_bigger {font-family: Arial, Helvetica, sans-serif; 
			  font-size: 9pt;
	 		  font-weight: bold;
			  color: #4f4f4f;
			  text-align: center;
			  margin-top: 0;
			  margin-bottom: 0; 
			  }
.text { font-family: Arial, Helvetica, sans-serif; 
			  font-size: 8pt;
	 		  font-weight: normal;
			  color: #4f4f4f;
			  text-align: justify;
			  margin-top: 0;
			  margin-bottom: 0; 
			  }
.text_bigger { font-family: Arial, Helvetica, sans-serif; 
			  font-size: 9pt;
	 		  font-weight: normal;
			  color: #4f4f4f;
			  text-align: justify;
			  margin-top: 0;
			  margin-bottom: 0; 
			  }

.text_bold { font-family: Arial, Helvetica, sans-serif; 
			  font-size: 8pt;
	 		  font-weight: bold;
			  color: #4f4f4f;
			  text-align: justify;
			  margin-top: 0;
			  margin-bottom: 0; 
			  }
a {			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
	 		font-weight: normal;
			color: #ff0101;
			margin-top: 0;
			margin-bottom: 0; 
			}

#content-text {

	display: block;
	position: relative;
	overflow: hidden; 
	width: 100%;
	height: 450px;
	margin: 0;
}


#arrow_back { font-family: Arial, Helvetica, sans-serif; 
			  font-size: 8pt;
	 		  font-weight: normal;
			  color: #4f4f4f;
			  text-align: justify;

			  display: block;
			  float: left;
			  position: absolute;
			  bottom: 10px;
			  left: 5px;
			  }

#arrow_forward { font-family: Arial, Helvetica, sans-serif; 
			  font-size: 8pt;
	 		  font-weight: normal;
			  color: #4f4f4f;
			  text-align: justify;

  			  display: block;
			  float: left;
			  position: absolute;
			  bottom: 10px;
			  right: 10px;			  
			  }
