/* =IE 5+ Windows Fixes
---------------------------------------------*/
/*IE6 code-upsizing \*/* html #content blockquote code, * html #content p code, * html #content ul code, * html #content ol code {font-size:90%;}/**/
/*IE6 sup upsizing and positioning and LI repos. \*/* html sup {font-size:80%; height:1%;}/**/
/*IE6 \*/* html #content div.code_compare {height:1%;}/**/
/*IE6 - list style image displacement, alternate load \*/
	* html #content ul, * html #content ol ul {list-style-image: url("bulletIE.gif");}
	* html #sidebar2 ul {list-style-image: url("bulletIE_sbwide.gif");}
	* html #content ul ul {list-style-image: url("bulletIE_indent.gif");}/**/
/*IE6 - layout fix for juxteposed boxes \*/
	* html #content div.code ol li code {height:1%;}
	* html #content form table tbody tr.action input.primary, * html #content form table tbody tr.action input.secondary {padding:1px 1px 1px !important; line-height:110%;}/**/
/*IE6 - making IE display HR tags as a 1-pixel line \*/
	* html hr {height:1% !important;}
	* html #content p.audiolink a {height:1%;}/**/
/*All Browsers - H1 influence removal from double-layered TD text controls (layout inconsistency) */
	#content table td h1 {font-size:125%; margin-bottom:10px;}