a {
	color: #0f3136;
	text-decoration: underline;
}

a:visited {
	color: #4f767c;
}

a:active, a:hover {
	color: #0f3136;
	text-decoration: underline;
} 


/* ///
  ///		link style type - icon, style version - 1 (icon on right)
 /// */

/*a.icn1, a.icn1:visited  {
	padding: 0 14px 0 0;
	color: #bd3535;
	font-size: 10px;
	text-decoration: none;
	background: url(../images/iconLink-close.gif) 100% 2px no-repeat;
}

a.icn1:active, a.icn1:hover {
	color: #bd3535;
}
 
a.icn1-close  {
	background: url(../images/iconLink-close.gif) 100% 2px no-repeat;
}*/

/* ///
  ///		link style type - icon, style version - 2 (after global menu)
 /// */

a.withArrow, a.withArrow:visited  {
	padding: 0 25px 0 0;
	color: #46636f;
	font-size: 9px;
	text-decoration: underline;
	background: url(../images/icnLink-arrowGrey.gif) 100% 1px no-repeat;
}

a.withArrow:hover, a.withArrow:active {
	color: #46636f;
}
 
a.withArrow-red, a.withArrow-red:visited  {
	background-image: url(../images/icnLink-arrowRed.gif)
}

/* */

a.red, a.red:visited  {
	color: #cc0000;
}

a.red:hover, a.red:active {
	color: #cc0000;
}





