.tipolink:link {
	font-size: 12px;
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}
.tipolink:visited {
	font-size: 12px;
	font-family: tahoma;
	color: #FFFFFF;
	text-decoration: underline;
}
.tipolink:hover{
	font-size: 12px;
	font-family: tahoma;
	color: #DDDDDD;
	text-decoration: underline;
}

.tipolink2:link {
	font-size: 14px;
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
}
.tipolink2:visited {
	font-size: 14px;
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
}
.tipolink2:hover{
	font-size: 14px;
	font-family: tahoma;
	color: #111111;
	text-decoration: underline;
}

.fonttitulo{
	font-size: 14px; 
	font-family: tahoma;
	color: #4E85C9;
	text-decoration: none;
	font-weight: bold; 
}

.corpotexto{
	font-size: 14px; 
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
	font-weight: none; 
}

.corpotextolink:link {
	font-size: 14px; 
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
	font-weight: underline; 
}

.corpotextolink:visited {
	font-size: 14px; 
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
	font-weight: underline; 
}

.corpotextolink:hover {
	font-size: 14px; 
	font-family: tahoma;
	color: #333333;
	text-decoration: none;
	font-weight: underline; 
}