/* based on a method by Stu Nicholls, http://www.stunicholls.com/various/more_again.html */

/* Note: keep </H4><div class="hide"> together in the HTML; separating them will break the style in some browsers! */

if (document.getElementsByTagName) {
	document.writeln('<STYLE TYPE="text\/css"><!--');
	document.writeln('.switch {color:#4976C7; }');
	document.writeln('.switch:hover {text-decoration:underline; }');
	document.writeln('.off {color:#4976C7; }'); /* was #AA5500 */
	document.writeln('DIV#sidebar H2, DIV#sidebar H3, DIV#sidebar H4 {color:#4976C7; }'); /* make headings the same color as the links */
	document.writeln('.off:hover {text-decoration:none; }');

/*	document.writeln('.switch b {display:block; float:left; margin-left:-15px; width:15px; height:15px; background:url(..\/..\/..\/images\/f-closed.gif); cursor:pointer; }'); */
	document.writeln('.switch {cursor:pointer; }');
/*	document.writeln('H2 b {display:inline; float:none; background:url(\/images\/f-open2.gif); }'); */
	document.writeln('H2 b img, H3 b img {width:14px; height:17px; background:url(\/images\/f-open2.gif); vertical-align:middle; }');
/*	document.writeln('.off b {display:block; float:left; width:15px; height:15px; background:url(..\/..\/..\/images\/f-open.gif); }'); */
	document.writeln('.hide {display:none; }');
	document.writeln('.show {position:relative; display:block; }');
	document.writeln('--><\/STYLE>');
}
