<!--
if(ie4){
document.write("<STYLE TYPE='text/css'>" +
			   "a {color:#4C2400;}" +
			   "a:hover {color:darkorange;text-decoration:underline;}" +
			   "a.blackorange {color:black;text-decoration:underline;font-weight:bold;}" +
			   "a.blackorange:hover {color:orange;}" +
			   "a.blackred {color:black;text-decoration:none;font-weight:bold;}" +
			   "a.blackred:hover {color:red;}" +
			   "a.blueblue {color:navy;text-decoration:underline;font-weight:bold;}" +
			   "a.blueblue:hover {color:blue;}" +
			   "a.clickhere {color:maroon;font-weight:bold;}" +
			   "a.clickhere:hover {color:red;}" +
			   "a.menu {font-size:12px;color:white;text-decoration:none;font-weight:bold;}" +
			   "a.menu:hover {color:yellow;text-decoration:underline;}" +
			   "a.whiteorange {color:white;text-decoration:none;font-weight:bold;}" +
			   "a.whiteorange:hover {color:orange;text-decoration:underline;font-weight:bold;}" +
			   "a.whitered {color:white;text-decoration:none;}" +
			   "a.whitered:hover {color:red;text-decoration:underline;font-weight:bold;}" +
			   "a.orangeyellow {color:orange;text-decoration:none;}" +
			   "a.orangeyellow:hover {color:yellow;text-decoration:underline;font-weight:bold;}" +
			   "a.redgreen {color:red;text-decoration:none;font-weight:bold;}" +
			   "a.redgreen:hover {color:green;text-decoration:none;font-weight:bold;}" +
			   "a.whiteyellow {color:white;text-decoration:none;}" +
			   "a.whiteyellow:hover {color:yellow;text-decoration:none;font-weight:bold;}" +
			   "a.yellowwhite {color:yellow;text-decoration:none;}" +
			   "a.yellowwhite:hover {color:white;text-decoration:none;font-weight:bold;}" +
			   ".highlightit img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);-moz-opacity: 1;}" +
			   ".highlightit:hover img{filter:progid:DXImageTransform.Microsoft.Alpha(opacity=50);-moz-opacity: 0.5;}" +
			   "BODY {font-family: arial, MS Sans serif, verdana, tahoma, helvetica;}" +
"</STYLE>")
}

//-->

