/* CSS Document */
/*estilos para los textos*/
.style8 {
	font-size: 11px;
	text-align:center;
	font-weight:arial;
	}
.style10 {
	font-size: 13px;
	font-weight:arial;
}
.style16 {font-size: 11px;
          font-weight:arial;
}
.style18 {font-size: 11px;
		  text-align:left;
          font-weight:arial;		  

}
.style19 {font-size: 11px; color: #808080; font-weight:arial;}

/*Links*/
A:link {text-decoration: none; color:#000000}
A:visited {text-decoration: none; color:#000000}
A:active {text-decoration: none; color:#000000}
A:hover {text-decoration:  underline; color: #FF0000;}

	

