<?xml version="1.0"?>
    <graph_1>
		<!-- type can be either trend or pie area ... right now we only have trend-->
		<type>trend</type>
	   <!-- stype is either line or Bar for a trend graph-->
		<style>line</style>
		<fixedWidth>yes</fixedWidth>
		<width>400</width>
		<height>250</height>
		<series id="1">
			<style>line</style>
			<color>0xFF6666</color>
			<alpha>80</alpha>
			<fill>no</fill>
			<fillAlpha>2</fillAlpha>
			<width>2</width>
			<shaddow>yes</shaddow>
		</series>
		<series id="2">
			<style>line</style>
			<color>0x2929FF</color>
			<alpha>50</alpha>
			<fill>yes</fill>
			<fillAlpha>50</fillAlpha>
			<width>2</width>
			<shaddow>no</shaddow>
		</series>
		<series id="0">
			<style>line</style>
			<color>0xFF5500</color>
			<alpha>80</alpha>
			<fill>no</fill>
			<fillAlpha>100</fillAlpha>
			<width>3</width>
			<shaddow>yes</shaddow>
		</series>
		
	</graph_1>
