
	all.clsMenuItemNS	{
						font-size: 10pt;
						font: bold helvetica;
						color: #630;
						text-decoration: none;
						}
						
	.clsMenuItemIE		{
						text-decoration: none;
						font-size: 10pt;
						font: bold helvetica;
						color: # 00F;
						cursor: hand;
						}
						
	A:hover 			{color: red;}

	body			{
					background-color: ##FFF;
					margin-bottom : 0%;
					margin-left : 0%;
					margin-right : 0%;
					margin-top : 0%;
					font-family: times new roman;
					}
		
	strong			{font-size: 12pt;}

	h1				{
					font-size: 24pt;
					font-weight: bolder;
					text-align: center;
					}
	
	h2				{
					font-size: 18pt;
					text-align: left;
					}
	
	h3				{
					font-size: 16pt;
					font-weight: bolder;
					text-align: left;
					color: #F00;
					}

	h5				{
					font-size: 14pt;
					text-align: center;
					}

	.logo			{
					font-style: italic;
					color: #000;
					font-weight: bolder;
					}
	
	p				{
					margin-left: 2%;
					}
	
	.disclaimer		{
					margin-left: 5%;
					margin-right: 5%;
					color: #060;
					font-size: 12
					}
	
	.cw				{font-size: 11;}
	
	#main			{
					background: white;
					margin: 1cm 1cm;
					text-align: left;
					}
					