body,td {
		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}

A {
		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		text-decoration: underline;
		color: black;
	}
	
A:hover {
		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}

.texto11r {
		font-family: Verdana;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: red;
	}

.texto11b {
		font-family: Verdana;
		font-size: 11px;
		font-weight: normal;
		text-decoration: none;
		color: blue;
	}
	
td {
		font-family: Verdana;
		font-size: 10px;
		font-weight: normal;
		text-decoration: none;
		color: black;
	}

A.link9 {
		font-family: Verdana;
		font-size: 9px;
		font-weight: normal;
		text-decoration: none;
		color: #777777;
	}
	
A.link9:hover {
		font-family: Verdana;
		font-size: 9px;
		font-weight: normal;
		text-decoration: underline;
		color: #777777;
	}