body {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}
	
td {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}
	
A {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
		color: black;
	}
	
A:hover {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-decoration: underline;
		color: #123a7f;
	}
	
.texto {
		font-family: Arial;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}
	
.texto10 {
		font-family: Arial;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}