<style>		a {		font-family: Arial;		font-weight: normal;		color: Blue;		text-decoration:none;	}	a:hover {		font-family: Arial;		font-weight: normal;		color: #FF6600;		text-decoration:underline;	}	.HeaderTime {		font-family: Tahoma;		font-size: 8pt;		color: white;	}		.MainLinks {		font-family: Tahoma;		font-weight: bold;		font-size: 8pt;		color: white;		text-decoration: none;	}		.MainLinks:hover {		font-family: Tahoma;		font-weight: bold;		font-size: 8pt;		color: red;		text-decoration: none;	}		.FooterText {		font-family: Tahoma;		font-weight: normal;		font-size: 8pt;		color: white;		text-decoration:none;	}		.FooterText:hover {		font-family: Tahoma;		font-weight: normal;		font-size: 8pt;		color: white;		text-decoration:underline;	}		.NavigationTitle {		font-family: Tahoma;		font-size: 8pt;		font-weight: bold;		color: White;	}	.NavigationCategoryLinks {		font-family: Tahoma;		font-size: 8pt;		font-weight: bold;		color: White;		text-decoration:none;	}		.NavigationCategoryLinks:Hover {		font-family: Tahoma;		font-size: 8pt;		font-weight: bold;		color: Red;		text-decoration:underline;	}		.NavigationSubLinks {		font-family: Tahoma;		font-size: 8pt;		font-weight: normal;		color: Whitesmoke;		text-decoration:none;	}	.NavigationSubLinks:hover {		font-family: Tahoma;		font-size: 8pt;		font-weight: normal;		color: White;		text-decoration:underline;	}		.QuickLinks {		font-family: Tahoma;		font-size: 8pt;		font-weight: normal;		color: Blue;	}	.QuickLinks:hover {		font-family: Tahoma;		font-size: 8pt;		font-weight: normal;		color: #FF6600;	}		/*	.QuickLinks:visited {		font-family: Tahoma;		font-size: 8pt;		font-weight: normal;		color: #333366;		text-decoration: underline;	}	*/		.SubTitles {		font-family: Tahoma;		font-size: 12pt;		font-weight: bold;		color: #333366;	}    .Titles {		font-family: Tahoma;		font-size: 14pt;		font-weight: bold;		color: #333366;	}	.DefaultLinks {		font-family: Arial;		font-size: 8pt;		font-weight: normal;		color: Blue;		text-decoration:none;	}	.DefaultLinks:hover {		font-family: Arial;		font-size: 8pt;		font-weight: normal;		color: #FF6600;		text-decoration:underline;	}	/*	.DefaultLinks:visited {		font-family: Arial;		font-size: 8pt;		font-weight: normal;		color: #333366;		text-decoration:underline;	}	*/		.DefaultText {		font-family: Arial;		font-size: 8pt;		font-weight: normal;	}		.NoticiasTitle {		font-family: Tahoma;		font-size: 8pt;		font-weight: bold;		color: #CC6633;	}	.EnlacesTitle {		font-family: Tahoma;		font-size: 12pt;		font-weight: bold;		color: #993300;	}	.EnlacesLinks {		font-family: Arial;		font-size: 8pt;		font-weight: normal;		color: Blue;		text-decoration:none;	}	.EnlacesLinks:hover {		font-family: Arial;		font-size: 8pt;		font-weight: normal;		color: #FF6600;		text-decoration:underline;	}	/* Message Center */	.mctbl { font: xx-small verdana,sans-serif;} 	.mcln { background-color: #000000 } 	.mctitle { background-color: #000000 } 	a.mclink:hover { color:red } 	a.mclink { color: #000000 } 	a.mclink:visited { color: #000000 } 	a.mclink:visited:hover { color:red } 	/* Message Center */		</style>