// JavaScript Document


if(navigator.appVersion.indexOf("MSIE 6")>-1){
	document.write('<p style =" margin-top:-15px; margin-bottom:2px; border-bottom-style:solid; border-bottom-width:2px; border-bottom-color:#999;"></p>'); 

}
else{
	if(navigator.appVersion.indexOf("MSIE 7")>-1){
	document.write('<p style =" margin-top:-15px; margin-bottom:2px; border-bottom-style:solid; border-bottom-width:2px; border-bottom-color:#999;"></p>'); 
	}
	else{
	document.write('<p style =" margin-top:2px; margin-bottom:2px; border-bottom-style:solid; border-bottom-width:2px; border-bottom-color:#999;></p>" '); 
	}

 }

