/* 
* Ony orange colors FF99000 are overriden by pictet red 990000
*/

a.homepageShortcutLinks:hover {
	color: #990000;
}

a.sitemapLinkLevelOne:hover {
	color: #990000;
}

a.sitemapLinkLevelTwo:hover {
	color: #990000;
}

a.faqClose:hover {
	color: #990000;	
}

a.faqOpen:hover {
	color: #990000;	
}

a.guidanceLink:hover {
	color: #990000;	
}

a.shortcutLink:hover {
	color: #990000;
}

a:link {
	color: #990000;
}
	
a:visited {
	color: #990000;
}
	
a:hover {
	color: #990000;
}
	
a:active {
	color: #000000;
}

/**
 *	Special classes for links with > or < 
 */
a.arrow_next {
  background: url("/images/arrow_next_pictetred.gif");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 10px;
  margin-left: 3px;
}

a.arrow_previous {
  background: url("/images/arrow_previous_pictetred.gif");
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 10px;
  margin-left: 3px;

}


