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

	a,
	a:link
	{
		color: #ffffff;
		/* Customized by U. Chapman which changed many of the base links from blue to white
		color:#0000CC; */
		text-decoration:underline;
	}
	a:visited
	{
		color: #ffffff;
	/* Customized by U. Chapman which changed many of the base links from blue to white
		color:#000066; */
		text-decoration:underline;
	}

	a:hover,
	a:active
	{
		color: #E7B668;
		/* Customized by U. Chapman which changed many of the base links
		color:#C09D37; */
		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;
	}


	
	/* Controls the Color and attributes of the topestMenu */
	a.menu_item_link,
	a.menu_item_link:link,
	a.menu_item_link:visited
	{
		color:#ffffff;
		text-transform:uppercase;
		/* Custom Added */
		text-decoration: none;
	}

	/* Controls the Color and attributes of the topestMenu */
	a.menu_item_link:active,
	a.menu_item_link:hover
	{
		color:#E7B668;
		text-decoration:underline;
	}
	
	.no_hello_actions a,
	.no_hello_actions a:link,
	.no_hello_actions a:visited,
	.no_hello_actions a:hover,
	.no_hello_actions a:active
	{
		/* This controls the color of the top right login menu prior to logging */
		color:#E7B668;
		text-decoration:none;
	
		/* Original Color
		color:#336699; */
	}
	
	.no_hello_actions a,
	.no_hello_actions a:link,
	.no_hello_actions a:visited
	
	{
		/* This controls the color of the top right login menu prior to logging */
		color:#E7B668;
		text-decoration:none;
	
		/* Original Color
		color:#336699; */
	}
	
	.no_hello_actions a:hover,
	.no_hello_actions a:active
	{
		/* This controls the color of the top right login menu prior to logging */
		color:#E7B668;
		text-decoration:underline;
	
		/* Original Color
		color:#336699; */
	}
	
	
	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: #336699;
		text-decoration: underline;
	}

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

