/* Top Page CSS Rules */
				
			.hostPayInstr
				{
					position:			absolute;
					top:					50px;
					left:					160px;
					width:				700px;
					height:				auto;
					font-size:			10pt;
					text-align:			center;
					color:				#000077;
					background-color:	transparent;
					border:				thin none #00ff00;
				}
					
		
				.ppTitle
					{
						color:				#000066;
						font-size:			12pt;
						font-style:			italic;
					}

			.theName
				{
					position:			absolute;
					top:					25px;
					left:					0px;
					width:				980px;
					height:				30px;
					text-align:			center;
					font-size:			20pt;
					color:				#990000;
					font-weight:			bold;
					font-style:			italic;
					background-color:	transparent;
					border:				thin none #ff0000;
				}
				
			

			.paypalBox
				{
					position:			absolute;
					top:					130px;
					left:					0px;
					z-index:				4;
					width:				980px;
					height:				160px;
					background-color:	transparent;
					border:				thin none #0000ff;
				}	

				.ppLine
					{
						position:			relative;
						top:					0px;
						left:					50px;
						width:				894px;
						height:				29px;
						background-color:	transparent;
						border:				thin none #00ff00;
					}
				
					.ppBox1, .ppBox2, .ppBox3, .ppBox4
						{
							position:			absolute;
							top:					0px;
							left:					0px;
							width:				250px;
							height:				29px;
							text-align:			left;
							color:				#770000;
							background-color:	transparent;
							border:				thin none #00ff00;
						}
						
						.ppBox1
							{
								padding-top:		3px;
								height:				26px;
							}
						
						.ppBox2
							{
								left:					250px;
							}
							
						.ppBox3
							{
								left:					500px;
								width:				150px;
							}
							
						.ppBox4
							{
								left:					650px;
								width:				250px;
								height:				24px;
								padding-top:		5 px;
							}
		
	.close
		{
			position:			absolute;
			top:					280px;
			left:					460px;
			width:				80px;
			height:				25px;
			text-align:			center;
			border:			thin none #00ff00;
			background-color:	transparent;
		}
