<!--
td {
	text-decoration: none;
	border: none;
}
img {
	text-decoration: none;
	border: none;
}
font {
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	text-decoration: none;
	border: none;
}
a {
	font-family: Tahoma;
	font-size: 11px;  
	text-decoration: underline;
	border: none;
}

a:link {
color: #00458B;

}	
a:visited {                        
	color: #00458B;    
}
a:hover {
	color: #c0c000;     
}
a:active {
	color: #1f1f1f;	
}


-->