/**
* FIFO Digital Media Master Stylesheet
* Author: Paul Griffiths
* Date: 10 November 2004
**/

/**
* Imported stylesheets
**/

@import url(/css/layout.css);
@import url(/css/menu.css);
@import url(/css/forms.css);


/**
* IE5/Mac Only Styles
* Uses the IE5/Mac Band Pass Filter:
* http://stopdesign.com/examples/ie5mac-bpf/
**/

/*\*//*/
  @import "/css/ie5mac.css";
/**/

/**
* IE5/Win Only Styles
* Uses the Mid Pass Filter:
* http://tantek.com/CSS/Examples/midpass.html
**/

@media tty {
 i{content:"\";/*" "*/}} @import '/css/ie5win.css'; /*";}
}/* */

/** 
* Now start the style basics for NN4 etc
**/

body {
	margin: 0;
	padding: 0;
	font-family: trebuchet ms, tahoma, verdana, sans-serif;
	font-size: 12px;
	line-height: 1.4em;
	color: #666;
	background: #f2f2f2;
}

p {
	margin-top: 0;
	margin-bottom: 15px;
}

h3 {
	font-size: 13px;
	margin-top: 0;
}

h5 {
	display: inline;
	font-weight: normal;
	font-size: 12px;
}

a {
	color: #999933;
	text-decoration: none;
}

a:hover {
	color: #efb311;
	text-decoration: none;
}

a.internal {
	color: #666;
}

a.navbold {
	font-weight: bold;
	text-decoration: none;
}

a.targetted {
	font-size:11px;
	text-decoration: none;
}

a.qlinks {
	font-size: 10px;
	color: #666;
}

a.selected {
	color: #efb311;
	font-weight: bold;
}

.yellow {
	color: #EFB311;
}

.green {
	color: #8C8C40;
}