<html> <head> <title>style sheet 4</title> <style>{  }
.h7          { text-decoration: line-through; color: #FF0000 }
a:hover      { font-family: Arial; font-size: 9pt; color: #FF0000; font-weight: bold }
p            { font-family: Arial; font-size: 9pt }
a            { font-family: Arial; font-size: 9pt; color: #000099; text-decoration: underline; 
               font-weight: bold }
               
li           { font-variant: normal; font-size: 9pt; font-family: arial, times; 
               list-style-type: decimal; font-weight: normal }  
                            
              
-->
</style>
</head>

<body>
<script LANGUAGE="JavaScript"> 
function right(e) { if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)) return false; else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3)) { alert("Permission Denied"); return } return true; } document.onmousedown=right; if (document.layers) window.captureEvents(Event.MOUSEDOWN); window.onmousedown=right; 
</script>
</body>


</html>