@charset "iso-8859-1";
@import url(../../base/css/anchor.css);
	a,
	a:link
	{
		color:#000;
		text-decoration:underline;
	}
	a:visited
	{
		color:#000;
		text-decoration:underline;
	}

	a:hover,
	a:active
	{
		color:#000;
		text-decoration:none;
	}
	.clsHeaderCommon a{
		color:#000
	}
	.bottomLinks a:hover{
		color:#FFF !important;
	}
	.bottomLinks a{
		padding-right:10px;
		font-weight:normal;
	}
	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited {
		text-decoration: none;
	}
	
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		text-decoration: underline;
	}
	
	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited
	{
		color:#336699;
	}
	
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		color:#000000;
	}

	/*
	.no_hello_actions a,
	.no_hello_actions a:link,
	.no_hello_actions a:visited,
	.no_hello_actions a:hover,
	.no_hello_actions a:active
	{
		color:#FFF;
	}
	*/
	
	a.customMenuItem,
	a.customMenuItem:link,
	a.customMenuItem:visited
	{
		color:#333399;
		text-decoration:none;
	}
	
	.one_tag a,
	.one_tag a:link,
	.one_tag a:active,
	.one_tag a:visited
	{
		color:#800040;
	}
	
	.one_tag a:hover
	{
		color:#04202E;
	}

	.bottomLinks a,
	.bottomLinks a:link,
	.bottomLinks a:visited {
		color: #FFF;
		text-decoration: none;
	}

	.bottomLinks a:hover,
	.bottomLinks a:active {
		color: #FFF;
		text-decoration: underline;
	}

	a.button_link { font-size: 11pt; font-weight: bold; color: #D84D14; text-decoration: none; text-transform: uppercase; }
	a.button_link:hover { text-decoration: underline; }
	.button_link_arrow { position: relative; top: 1px; }
