<style type="text/css">			{  }
			body 	{
				font-size: 10px;
				font-family: Verdana, Arial, sans-serif;
				margin-left:8;

			}

			a:link    { color: #282771; text-decoration: none;}   		/* unvisited links */
			a:visited { color: #282771; text-decoration: none;}   		/* visited links   */
			a:hover   { color: #282771;  text-decoration: underline;}   /* user hovers     */
			a:active  { color: #282771; text-decoration: none;}   		/* active links    */

			H2  {
				font-family: verdana,arial,helvetica,sans-serif;
				font-size: 14pt;
				color: #000000;
				font-weight: bold;
				margin-top: 3px;
				margin-bottom: 12px;
				text-decoration : none;
			}

			H3  {
				font-family: verdana,arial,helvetica,sans-serif;
				font-size: 12pt;
				color: #000000;
				font-weight: bold;
				margin-bottom: 12px;
			}
			H4  {
				font-family: verdana,arial,helvetica,sans-serif;
				font-size: 11pt;
				color: #000000;
				margin-top: 3px;
				margin-bottom: 6px;
			}
			H5  {
				font-family: verdana,arial,helvetica,sans-serif;
				font-size: 10pt;
				text-decoration: underline;
				color: #000000;
				margin-top: 3px;
				margin-bottom: 6px;
			}
			H6  {
				font-family: verdana,arial,helvetica,sans-serif;
				font-size: 10pt;
				text-decoration: underline;
				color: #282771;
				margin-top: 3px;
				margin-bottom: 6px;
			}

			ul {
				list-style-type: none;
				padding-left: 0;
				text-indent: 0;
				margin-left: 0;
			}

			ul.om  {list-style-type: disc;
				font-size:11px;
			}
			ul.smlfont  {list-style-type: disc;
				font-size:11px;
			}

			li {
				margin-bottom: 5px;
				padding-left: 0;
				text-indent: 0;
			}


			.menu a {
				font-size: 16px;
				width: 160px;
				height: 19px;
				display: block;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				border: 1px #2f3802;
				color: #282771;
				background: #bed73d;
			}

			.menu a:hover {
				border: 1px #bed73d;
				color: #282771;
				background: #e3f0a0;
			}

			.menu a:active {
				border: 1px #bed73d;
				color: #282771;
				background: #e3f0a0;
			}

			.menu a:visited {
				font-size: 16px;
				width: 160px;
				height: 19px;
				display: block;
				text-align: right;
				vertical-align: middle;
				/*text-decoration: none;*/
				border: 1px #2f3802;
				color: #282771;
				background: #bed73d;
			}

			.menurev a {
				font-size: 16px;
				width: 160px;
				height: 56px;
				display: block;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				border: 1px #2f3802;
				color: #bed73d;
				background: #282771;
			}

			.menurev a:hover {
				background: #e3f0a0;
				border: 1px #bed73d;
				color: #282771;
			}

			.menurev a:active {
				font-size: 16px;
				width: 160px;
				height: 56px;
				display: block;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				border: 1px #2f3802;
				color: #bed73d;
				background: #282771;
			}

			.menurev a:visited {
				font-size: 16px;
				width: 160px;
				height: 56px;
				display: block;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				border: 1px #2f3802;
				color: #bed73d;
				background: #282771;
			}
			/*.menurev a:active {
				background: #e3f0a0;
				border: 1px #bed73d;
				color: #282771;
			}*/

			.menuexh a {
				font-size: 12px;
				width: 160px;
				height: 50px;
				display: block;
				text-align: right;
				vertical-align: middle;
				text-decoration: none;
				border: 1px #2f3802;
				color: #282771;
				background: #ffffff;
				margin-top: 0;
				margin-bottom: 0;
			}

			table
			{
				width:100%;
				margin-left: 0;
				border: 0px none;
				text-align: left
			}


			table.block
			{
				width:300px;
				margin: 0;
				border: 0px none;
				text-align: left
			}

			table.colored
			{
				width:100%;
				margin: 0;
				border: 0px none;
				text-align: left;
				background-color: #e3f0a0
			}

			table.white
			{
				width:100%;
				margin: 0;
				border: 0px none;
				text-align: left;
				background-color: #fff
			}

			table.treerelease
			{
				margin: 0;
				border: 0px none;
				text-align: left
			}

			tr  	{text-align: left;
			}

			tr.colored 	{background-color: #e3f0a0;}
			tr.white 	{background-color: #fff;}

			td    	 {
				padding: 0;
				font-family : Verdana, Arial, Helvetica;
				font-size : 10pt;
				vertical-align: top;
				text-align: left;
			}
			td.main    	 {
				padding-top:0px;
				padding-bottom:10px;
				padding-right:10px;
				padding-left:10px;
				font-family : Verdana, Arial, Helvetica;
				font-size : 10pt;
				vertical-align: top;
				text-align: left;
				min-width:530px;
			}

			td.colored 	{background-color: #e3f0a0;}
			td.white 	{background-color: #fff;}
			td.csstree 	{background-color: #fff;text-align: right;}
			td.top      {vertical-align: top; }
			td.bold 	{color: #F00000;}
			td.right 	{text-align: right;}

			.sb_element {
				padding: 6px;
				text-align: left;
				border: thin solid #bed73d;
				margin: 0px 0px 0px 0px;
				font-size: 12px; /*background-color : InfoBackground;*/
			}

			/*old green bed73d*/
</STYLE>
 
