	.Heading0 { font-size: 30px; font-family: "Trebuchet MS",Georgia, Garmond, 		
Palatino; color: #2B6C8C; font-weight: bold;  margin-bottom: 0em }

	H1,.Heading1 { font-size: 18px; font-family: Georgia, Garmond, Palatino; color: #2B6C8C; font-weight: bold;  margin-bottom: 1em; margin-top: 0.8em;}

	H2,.Heading2 { font-size: 16px; font-family: "Trebuchet MS", Verdana, sans-serif; color: #2B6C8C; font-weight: normal; margin-bottom: 0em; }

	H3,.Heading3 { font-size: 14px; font-family: "Trebuchet MS", Verdana, sans-serif; color: #2B6C8C; font-weight: normal; margin-bottom: 0em; }
	
	P,body,td  {
	font-size: 10pt;
	font-family: Verdana, Arial,"Trebuchet MS", sans-serif;
	color: #000000;
	alignment: justify;
}
	
	.disclaimer { color: #808080; font-size: 9px; line-height: 11px; font-family: Arial, "Trebuchet MS", Verdana, sans-serif }

	.footer { color: #2B6C8C; font-size: 9px; line-height: 11px; font-family: Arial, "Trebuchet MS", Verdana, sans-serif }

	ul{front-size:10px;font-family: Verdana, Arial,"Trebuchet MS", sans-serif;COLOR="#1E5B1F";font-weight: bold}

	li{front-size:10px; font-family: Verdana, Arial,"Trebuchet MS", sans-serif;color= #000000; font-weight: normal}







<style type="text/css">
.menutitle{
cursor:pointer;
margin-bottom: 5px;
background-color:;
color:#000000;
width:140px;
padding:2px;
text-align:center;
font-weight:bold;
/*/*/border:1px solid #000000;/* */
}

.submenu{
margin-bottom: 0.5em;
}
</style>

<script type="text/javascript">


if (document.getElementById){ //DynamicDrive.com change
document.write('<style type="text/css">\n')
document.write('.submenu{display: none;}\n')
document.write('</style>\n')
}

function SwitchMenu(obj){
	if(document.getElementById){
	var el = document.getElementById(obj);
	var ar = document.getElementById("masterdiv").getElementsByTagName("span"); //DynamicDrive.com change
		if(el.style.display != "block"){ //DynamicDrive.com change
			for (var i=0; i<ar.length; i++){
				if (ar[i].className=="submenu") //DynamicDrive.com change
				ar[i].style.display = "none";
			}
			el.style.display = "block";
		}else{
			el.style.display = "none";
		}
	}
}

</script>
