/*This is the CSS style sheet for the database popup windows.
* It's been done with JavaScript to stop it displaying on IE3
*/

 if (document.layers || document.all) 
{
	document.write ("<STYLE TYPE='text/css'>");
	document.write ("BODY {background: #FFFFFF; color: #004080}");
	document.write ("A:link {color: #00AAAA; font-weight: bold}");
	document.write ("A:visited {color: #3399FF}");
	document.write ("A:active {color: #COCOCO}");
	document.write ("TABLE {background: #CCFFFF}");
	document.write ("TH {background: #99CCFF; font-size: 1.1em; color: #004080; font-family: Trebuchet,Arial,Helvetica,sans-serif}");
	document.write ("TD {color: #004080; font-size: 0.85em; font-family: Trebuchet,Arial,Helvetica,sans-serif}");
	document.write ("TD.heading {background: #99CCFF; font-size: 0.9em; color: #004080; font-family: Trebuchet,Arial,Helvetica,sans-serif}");
	document.write ("SPAN.url {font-size: 0.7em; font-family: Trebuchet,Arial,Helvetica,sans-serif}");
	document.write ("I.title {font-style: italic; font-weight: bold}");
	document.write ("EM I {font-style: italic; font-weight: bold; font-size: 0.8em;}");
	document.write ("</STYLE>");
}

