			H1
			   {
				Color:Red;
				Font-weight:Bold;
				Font-size:14pt;
				Font-Family:Arial,Helvetica,Times New Roman;
			   }

			 P


			   {
				font-style: Italic;
				font-variant: small-caps;
			   }

			.Font1
			   {
				Color:RGB(100,200,255);
				Font-weight:Bold;
				Font-size:smaller;
			   }
			.ChangeFontWeight

			   {
				font-style: Oblique;
			   }



			#BlockIndent
   			   {
				Margin-left:20pt;
				Font-weight:900;
				Color:Red;
				Font-size:larger;
			   }

			.TextWrap
			   {
				float: right;
			  	margin:20px
			   }	