/************************************************/
/* A */
/************************************************/
.ANoDec{
	text-decoration : none;
	color:blue;
}

A{
	color: #33CCFF;
	text-decoration: underline;
    outline: none;
/*	font-weight: normal;*/
	
}
A:link{
}

A:visited{
	color: #3399CC;
}

A:hover{
	color: #006699;
}
A:active{
}

A.clear{
	border:0px;
}
A.clear:hover{
	background-color: transparent;
	text-decoration : none;	
	border:0;
	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 */
/************************************************/
