/* ------------------------------------------------------------------*/
/* CSS
/* ------------------------------------------------------------------*/

/*----< textlink >---------------------------------------------------*/

.textlink {
	font-size: 11px; 
	}
.textlink a:link { color:#666666; text-decoration:none}
.textlink a:active { color: #FF9900; text-decoration:underline}
.textlink a:visited { color:#666666; text-decoration:none}
.textlink a:hover { color: #FF9900; text-decoration:underline}


