/************************************************/
/* A */
/************************************************/
.ANoDec{
	text-decoration : none;
	color:blue;
}
A{
	text-decoration: none;
/*	font-weight: normal;*/
}
A:link{
	color: #FF8C00;
	text-decoration: none;
	font-weight: inherit;
}

A:visited{
	color: #FFA500;
	text-decoration: none;
	font-weight: inherit;
}

A:hover{
	/*background-color: #F0F8FF;
	*/
	color: #FFA500;
	text-decoration: underline;
	font-weight: inherit;
}
A:active{
	color: #FF8C00;
	text-decoration: underline;
	font-weight: inherit;
}

A.clear{
	color: black;
}

A.clear:hover{
	background-color: transparent;
	text-decoration : none;	
	border:;
	color: inherit;
}
A.clear:active{
	background-color: transparent;
	text-decoration : none;	
	border:;
	color: inherit;
}
A.clear:visited{
	background-color: transparent;
	text-decoration : none;	
	border:;
	color: inherit;
}
A.clear:link{
	background-color: transparent;
	text-decoration : none;	
	border:;
	color: inherit;
}

/* End of A */
/************************************************/
