<styleSheet>	<!-- Sample Properties		backgroundColor		= "#99BB99" 		//#RRGGBB		backgroundAlpha		= "1"			// 0 .. 1		borderStyle			= "solid"		// solid | none		borderThickness		= "1" 			// 0 .. n		borderColor			= "#CCCCCC" 		// #RRGGBB		cornerRadius			= "0" 			// 0 .. n		paddingLeft			= "2" 			// 0 .. n		paddingRight			= "9" 			// 0 .. n		paddingTop			= "0" 			// 0 .. n		paddingBottom			= "0" 			// 0 .. n		fontFamily			= "Verdana"		// Client System Instaled Font		fontSize			= "10"			// 0 .. n		fontWeight			= "bold" 		// bold		fontStyle			= "italic"		// italic		textDecoration		= "underline"	// underline		textAlign			= "left"		// left | right | center		verticalAlign			= "middle"		//top | bottom | middle		dropShadowEnabled		= "true"		// true | false		shadowDirection		= "right"		// left | right | center		color				= "#B8C5D7"		// #RRGGBB	!-->		<measuresArea	/>	<filtersArea	/>	<popupButton	/>	<navButton	/>	<rowHeader		verticalAlign		= "top"	/>	<colHeader 	/>	<measure	/>	<grid		borderStyle			= "solid"	/>	<gridCell	/></styleSheet>