/*
	Screen Control
	Author:			Rob Sharp
	Last updated:	2005-04-21
*/


/*
	Imported Styles
--------------------------------- */

@import url("ego_edition.css");



/*
	IE5/Mac Only Styles
	Uses the IE5/Mac Band Pass Filter:
	http://stopdesign.com/examples/ie5mac-bpf/
--------------------------------- */

/*\*//*/
  @import "ie5mac.css";
/**/



/* 
	IE5/Win Only Styles
	Uses the Mid Pass Filter:
	http://tantek.com/CSS/Examples/midpass.html
--------------------------------- */

@media tty {
 i{content:"\";/*" "*/}} @import 'screen_ie5win.css'; /*";}
}/* */

/* Content
---------------------------------- */

a:link {
	text-decoration: none;
	color: #fff;
	border-color: #ddd;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 1px 1px 1px 0;
	background-color: transparent;
	}

a:visited {
	text-decoration: none;
	color: #ddd;
	border-color: #999;
	border-width: 0 0 1px 0;
	border-style: none none solid none;
	padding: 1px 1px 1px 0;
	background-color: transparent;
	}

a:hover
{
	color: #282425;
	text-decoration: none;
	background-color: #ccc;
	border-color: #ccc;
}

a img {
	border: none;
	background-color: transparent;
	}

