/************************************************/
/* A */
/************************************************/
.ANoDec{
	text-decoration : none;
	color:blue;
}

A{
	text-decoration: none;
/*	font-weight: normal;*/
	
}
A:link{
	color: #0000CD;
	text-decoration: none;
	font-weight: inherit;
}

A:visited{
	color: #4169E1;
	text-decoration: none;
	font-weight: inherit;
}

A:hover{
	/*background-color: #F0F8FF;
	*/
/*	color: #6495ED;
	text-decoration: none;
	font-weight: inherit;
	border-bottom:1px solid #6495ED;
*/	
}
A:active{
	color: #778899;
	text-decoration: none;
	font-weight: inherit;
}

A.clear{
	border:0px;
}
A.clear:hover{
	background-color: transparent;
	text-decoration : none;	
	border:;
	color: inherit;
	border:0px;	
}
A.clear:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	border:0px;	
}
A.clear:visited{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
	border:0px;	
}
A.clear:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
	border:0px;	
}

/* End of A */
/************************************************/
