/************************************************/
/* A */
/************************************************/
.ANoDec{
	text-decoration : none;
	color: #996600;
}

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:0;
}
A.clear:hover{
	background-color: transparent;
	text-decoration : none;	
	border:;
	color: inherit;
	border:0;
}
A.clear:active{
	background-color: transparent;
	text-decoration: none;
	color: inherit;
	border:0;
}
A.clear:visited{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
	border:0;
}
A.clear:link{
	background-color: transparent;
	text-decoration : none;	
	color: inherit;
	border:0;
}

/* End of A */
/************************************************/
