// <![CDATA[
window.onload=function()
{   
	
	/*if ((typeof document.body.style.maxHeight == "undefined")) 
	{*/

		if(navigator.appName=="Microsoft Internet Explorer"){
			div_root=document.getElementById('conteudo').getElementsByTagName('div')[0]
			//alert(div_root.getElementsByTagName('div')[1].getAttribute('class'));
			top_left=div_root.getElementsByTagName('div')[1]
			top_left.onmouseover=function(){
					//this.className="box_hover";
					this.style.border="0.1em solid #97C695";
					this.style.background="#DDECDD";
				}
			top_left.onmouseout=function(){
					//this.className="box";
					this.style.border="0.1em solid #CCCCCC";
					this.style.background="#FFFFFF";
				}
			top_right=div_root.getElementsByTagName('div')[2]
			top_right.onmouseover=function(){
					//this.className="box_hover";
					this.style.border="0.1em solid #97C695";
					this.style.background="#DDECDD";
				}
			top_right.onmouseout=function(){
					//this.className="box";
					this.style.border="0.1em solid #CCCCCC";
					this.style.background="#FFFFFF";
				}
			botton_left=div_root.getElementsByTagName('div')[5]
			botton_left.onmouseover=function(){
					//this.className="box_hover";
					this.style.border="0.1em solid #97C695";
					this.style.background="#DDECDD";
				}
			botton_left.onmouseout=function(){
					//this.className="box";
					this.style.border="0.1em solid #CCCCCC";
					this.style.background="#FFFFFF";
				}
			botton_right=div_root.getElementsByTagName('div')[6]
			botton_right.onmouseover=function(){
					//this.className="box_hover";
					this.style.border="0.1em solid #97C695";
					this.style.background="#DDECDD";
				}
			botton_right.onmouseout=function(){
					//this.className="box";
					this.style.border="0.1em solid #CCCCCC";
					this.style.background="#FFFFFF";
				}
		}
	//}
}  
// ]]>