@charset "iso-8859-1";
@import url(../../base/css/anchor.css);

	a img
	{
		text-decoration:none;
	}

	a,
	a:link
	{
		color:#0000CC;
		text-decoration:underline;
	}
	a:visited
	{
		color:#000066;
		text-decoration:underline;
	}

	a:hover,
	a:active
	{
		color:#0000FF;
		text-decoration:none;
	}

	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited {
		text-decoration: underline;
	}
	
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		text-decoration:none;
	}
	
	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited
	{
		color:#464664;
	}
	
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		color:#000000;
	}
	
	.hello_actions a,
	.hello_actions a:link,
	.hello_actions a:visited,
	.hello_actions a:hover,
	.hello_actions a:active

	{
		color: #FFF;
	}
	
	.no_hello_actions {
		font-size: 14px;
		color: #FFF;	
	}

	.no_hello_actions a,
	.no_hello_actions a:link,
	.no_hello_actions a:visited,
	.no_hello_actions a:hover,
	.no_hello_actions a:active {
		text-decoration: none;	
		padding: 2px;
		font: 700 14px Tahoma;
		color: white;
	}

	.no_hello_actions a.log_in_top {
		background: #006699;
		color: white;
	}
		
	.no_hello_actions a.join_now_top  {
		background: #FFFF00;
		color: black;
	}

	.no_hello_actions .join_now_top a {
		color: black;
	}
	


	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:#0000FF;
	}

	.bottomLinks a,
	.bottomLinks a:link,
	.bottomLinks a:visited {
		color: #CCCCCC;
		text-decoration: underline;
	}

	.bottomLinks a:hover,
	.bottomLinks a:active {
		color: lightgrey;
		text-decoration: none;
	}

