
	/* __________ Properties common to more than one page __________ */
	
			.parentSubPage
				{
					position:				absolute;
					top:					0px;
					left:					0px;
					z-index:				3;
					width:					680px;
					height:					460px;
					background-color:		#ffffff;
					border:					thin none #000000;
				}
				
				
					.heading
						{
							position:			absolute;
							top:				30px;
							left:				0px;
							width:				680px;
							height:				40px;
							font-size:			24pt;
							color:				#000066;
							text-align:			center;
							background-color:	transparent;
							border:				thin none #000066;
						}
						
						
					.uploadParent
						{
							position:			absolute;
							top:				110px;
							left:				115px;
							width:				480px;
							height:				195px;
							font-size: 			10pt;
							font-weight:		normal;
							color:				#000000;
							background-color:	#ffffff;
							overflow:  			visible;
							border:				thin none #000066;
						}
