<style>
		/* Tantek Celik undohtml */

		/* eliminate link underlines */
		:link,:visited { text-decoration:none }

		/* no list-markers by default, since lists are used more often for semantics */
			/* GRA: ignore this change */
		/* ul,ol { list-style:none } */

		/* avoid browser default inconsistent heading font-sizes */
		/* and pre/code too */
		h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }

		/* remove the inconsistent (among browsers) default ul,ol padding or margin  */
		/* the default spacing on headings does not match nor align with
		normal interline spacing at all, so let's get rid of it. */
		/* zero out the spacing around pre, form, body, html, p, blockquote as well */
		/* form elements are oddly inconsistent, and not quite CSS emulatable. */
		/*  nonetheless strip their margin and padding as well */
		ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
		{ margin:0; padding:0 }

		/* whoever thought blue linked image borders were a good idea? */
		a img,:link img,:visited img { border:none }

		/* de-italicize address */
		address { font-style:normal }
		/* end Tantek */

		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: medium;
		}
		body {
			font-family: Arial, Helvetica, sans-serif;
			font-size: medium;
		}
		/*  standard HTML styles */
		p {
			padding-top: 0.8em;
			padding-bottom: 0.8em;
		}
		td {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
		td.td-content {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
		td.td-medium {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
		td.td-small {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		.feature {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 15px;
		}
		.sidebar {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14px;
		}
		.micro {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10px;
			line-height: 12px;
		}
		.subhead {
			font-size: 10pt;
			font-family : Verdana, Arial, Helvetica, sans-serif;
			font-weight : bold;
			line-height: 18px;
		}
		ul {
			padding-left: 0;
			margin-left: 24px;
			list-style: square;
		}
		ul.ul-small {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
		}
		ol {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
		}
		li {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 14px;
			margin-top: 0;
			margin-bottom: 0;
			padding-top: 2px;
			padding-bottom: 2px;
		}
		li.p { /* padding top and bottom of list item like paragraphs */
			padding-top: 0.8em;
			padding-bottom: 0.8em;
		}
		blockquote {
			margin-left: 24px;
			margin-right: 24px;
		}
		.printmargin {
			margin-left: 24px;
			margin-right: 96px;
		}
		/* standard HTML headers */
		h1 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14pt;
			padding-bottom: 14px;
		}
		h1.pagetitle {
			padding-top: 8px;
		}
		h1.nopadding {
			padding-top: 0px;
		}
		h2 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 13pt;
			padding-bottom: 14px;
		}
		h2.nopadding {
			padding-bottom: 2px;
		}		
		h3 {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12pt;
			padding-bottom: 14px;
		}
		h4 {
			font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11pt;
			padding-bottom: 10px;
		}
		h5 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			/* color : #009900; */ /* zen green */
			color: #333333; /* dark grey */
			padding-top: 8px;
			padding-bottom: 8px;
		}
		h6 {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 11px;
			line-height: 15px;
			padding-top: 8px;
			padding-bottom: 8px;
			color: #333333; /* dark grey */
		}
		/* lines and boxes */
		.bspot {
			border: 1px solid Blue;
		}
		.ospot { /* DT orange */
			border: 1px solid #ff9966;
		}
		.zspot { /* zen green */
			border: 1px solid #009900;
		}
		.gspot { /* grey */
			border: 1px solid #565656;
		}
		.lgspot { /* light grey */
			border: 1px solid #CCCCCC;
		}
		/* font emphasis and modifiers */
		.i {
			font-style : italic;
		}
		.b {
			font-weight : bold;
		}
		.bb {
			color : #0000CC; /* zen blue */
			font-weight : bold;
		}
		.gb {
			color : #333333; /* grey */
			font-weight : bold;
		}
		.ob {
			color : #ff8429; /* DT orange */
			font-weight : bold;
		}
		.zb {
			color : #009900; /* zen green */
			font-weight : bold;
		}
		.rb {
			color : red;
			font-weight : bold;
		}
		.mb {
			color : #990000; /* zen maroon */
			font-weight : bold;
		}
		/* sixes in px */
		.px8 {
			font-size: 8px;
		}
		.px10 {
			font-size: 10px;
		}
		.px11 {
			font-size: 11px;
		}
		.px12 {
			font-size: 12px;
		}
		.px13 {
			font-size: 13px;
		}
		.px14 {
			font-size: 14px;
		}
		.px15 {
			font-size: 15px;
		}
		.px16 {
			font-size: 16px;
		}
		/* sizes in points */
		.x5 {
			font-size: 5pt;
		}
		.x6 {
			font-size: 6pt;
		}
		.x7 {
			font-size: 7pt;
		}
		.x8 {
			font-size: 8pt;
		}
		.x9 {
			font-size: 9pt;
		}
		.x10 {
			font-size: 10pt;
		}
		.x11 {
			font-size: 11pt;
		}
		.x12 {
			font-size: 12pt;
		}
		.x14 {
			font-size: 14pt;
		}
		.x16 {
			font-size: 16pt;
		}
		/* named sizes */
		.small {
			font-size: 8pt;
		}
		.smaller {
			font-size: smaller;
		}
		.smalltext {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 0.95em;
		}
		/* typefaces */
		.verdana {
			font-family: Verdana, Arial, Helvetica, sans-serif;
		}
		.arial {
			font-family: Arial, Helvetica, sans-serif;
		}
		.trebuchet {
			font-family: Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
		}
		.centurygothic {
			font-family: Century Gothic, Arial, Helvetica, sans-serif;
		}
		.zengothic {
			font-family: Tahoma, Arial, Helvetica, sans-serif;
		}
		.tahoma {
			font-family: Tahoma, Arial, Helvetica, sans-serif;
		}
		.helvetica {
			font-family: Helvetica, sans-serif;
		}
		.lucida {
			font-family: Lucida Sans Unicode, Arial, Helvetica, sans-serif;
		}
		/* original DT colors */
		.black {
			color : Black;
		}
		.blue {
			color : Blue;
		}
		.orange {
			color : #ff8429; /* DT orange */
		}
		.orangemedium {
			color : #ff9966;
		}
		.orangelight {
			color : #ffcc99;
		}
		.grey {
			color : #565656;
		}
		.darkgrey {
			color : #333333;
		}
		.red {
			color : Red;
		}
		.white {
			color : White;
		}
		/* Zen green colors */
		.green {
			color : #009900; /* DT text green */
		}
		.zengreen {
			color : #00CC00; /* color of Zenview logo */
		}
		.darkgreen {
			color : #006600;
		}
		/* Zen complementary colors */
		.zenblue {
			color : #0000CC;
		}
		.zenblue2 {
			color : #0033ff;
		}
		.zenred {
			color : #CC0000;
		}
		.orange2 {
			color : #CC6600;
		}
		.maroon {
			color : #990000;
		}
		.violet {
			color : #6600CC;
		}
		.hot {
			color : #CC0066;
		}
		/* Shaded cells */
		.recommended {
			background-color: #A9F8A5;
		}

		/* link styles */
		a {
			color : #0000CC; /* zenblue */
			font-weight : bold;
			text-decoration: none;
		}
		.zenbluelink {
			color : #0000CC;
			text-decoration: none;
		}
		.bluelink {
			color : blue;
			text-decoration: none;
		}
		.blueboldlink {
			color : #0000CC; /* zen blue */
			text-decoration: none;
			font-weight : bold;
		}
		.blueheadlink {
			font-size: 12pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : blue;
			text-decoration: none;
		}
		.bluesubheadlink {
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : blue;
			text-decoration: none;
		}
		.footerlink {
			color : #ff8429;
			text-decoration: none;
			font-weight : normal;
		}
		.orangelink {
			color : #ff8429;
			text-decoration: none;
		}
		.orangeboldlink {
			color : #ff8429;
			text-decoration: none;
			font-weight : bold;
		}
		.orangelink-nobold {
			color: #ff8429;
			text-decoration: none;
			font-weight: normal;
		}
		.orangeonwhitelink {
			color : #ff8429;
			text-decoration: none;
		}
		.orangelinksmall {
			color : #ff8429;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight : bold;
			text-decoration: none;
		}
		.greenlink {
			color : #009900;
			text-decoration: none;
		}
		.zenlink { /* zen logo green */
			color : #00CC00;
			text-decoration: none;
		}
		.zenlink-nobold { /* zen logo green */
			color : #00CC00;
			text-decoration: none;
			font-weight: normal;
		}
		.whitelink-nobold {
			color : white;
			text-decoration: none;
			font-weight: normal;
		}
		.darkgreylink {
			color : #666666;
			text-decoration: underline;
		}
		.greylink {
			color : #565656;
			text-decoration: none;
		}
		.whitelink { /* used in masthead for digital tigers link */
			color : #FFFFFF;
			text-decoration: none;
		}
		.whiteboldlink {
			color : #FFFFFF;
			text-decoration: none;
			font-weight : bold;
		}
		.redlink {
			color : #CC0000;
			text-decoration: none;
		}
		.blacklink {
			color : black;
			text-decoration: none;
		}
		/* link hover styles */
		a:hover {
			color: #ff8429;
			text-decoration: underline; }
		a.bluelink:hover {
			color: #ff8429;
			text-decoration: underline; }
		a.greenlink:hover {
			color: #ff8429;
			text-decoration: underline; }
		a.headlink:hover {
			color: #ff8429;
			text-decoration: none; }
		a.whitelink:hover {
			color: #ff8429;
			text-decoration: none; }
		a.orangelink:hover {
			color: white;
			text-decoration: none; }
		a.orangeonwhitelink:hover {
			color: #0000CC;
			text-decoration: none; }
		a.18bb:hover { color: blue; }
		a.blacklink:hover { color: black; }
		a.blueboldlink:hover {
			color: #ff8429;
			text-decoration: underline; }
		a.blueheadlink:hover {
			color: #ff8429;
			text-decoration: underline; }
		/* named "normal" combo styles */
		.greysubhead {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight : bold;
			color : #565656;
		}
		#greysubhead {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight : bold;
			color : #565656;
		}
		.greensubhead {
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			font-weight : bold;
			color : #009900;
		}
		.fwn {
			font-weight : normal;
		}
		.nbb {
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : blue;
		}
		.nw { /* used in masthead for white text */
			font-size: 9pt;
			font-family : Arial, Helvetica, sans-serif;
			color : white;
			font-weight : bold;
		}
		.nzb { /* used in masthead for zen logo green text */
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			color : #00CC00;
			font-weight : bold;
		}
		.nwb { /* used in masthead for white text */
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : white;
		}
		.nob { /* used in masthead for orange text */
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #ff8429;
		}
		.nrb {
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #CC0000; /* zen red */
		}
		.ngb {
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : green;
		}
		.npb {
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : purple;
		}
		/* named small combo styles */
		.sb {
			font-size: 8pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		.sbb {
			font-size: 8pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : blue;
		}
		.swb {
			font-size: 8pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : white;
		}
		.sob {
			font-size: 8pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #ff8429;
		}
		.srb {
			font-size: 8pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : red;
		}
		.sgb {
			font-size: 8pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : green;
		}
		.spb {
			font-size: 8pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : purple;
		}
		.blackmouse {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 2pt;
			color : black;
		}
		.zensmall {
			color : #00CC00;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
		}
		.whitesmall {
			color : white;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
		}
		.orangesmall {
			color : #ff8429;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 8pt;
		}
		.orangesmallbold {
			color : #ff8429;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight : bold;
		}
		.orangesmaller {
			color : #ff8429;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
		}
		.whitemouse {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 6pt;
			color : white;
		}
		.t10wb {
			font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 10pt;
			color : white;
			font-weight : bold;
		}
		.t11wb {
			font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 11pt;
			color : white;
			font-weight : bold;
		}
		.t12wb {
			font-family: Trebuchet MS, Trebuchet, Verdana, Arial, Helvetica, sans-serif;
			font-size: 12pt;
			color : white;
			font-weight : bold;
		}
		/* named point-size combo styles */
		.x9b {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight : bold;
		}
		.x9bb {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 9pt;
			font-weight : bold;
			color : blue;
		}
		.x10b {
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		.x10bb {
			font-size: 10pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : blue;
		}
		.x11b {
			font-size: 11pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		.x11ob {
			font-size: 11pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #ff8429;
		}
		.x11bb {
			font-size: 11pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : blue;
		}
		.x11wb {
			font-size: 11pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : white;
		}
		.x12b {
			font-size: 12pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
		}
		.x12ob {
			font-size: 12pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #ff8429;
		}
		.x12bb {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12pt;
			font-weight : bold;
			color : blue;
		}
		.x13bb {
			font-size: 13pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : blue;
		}
		.x13ob {
			font-size: 13pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #ff8429;
		}
		.x14bb {
			font-family: Arial, Helvetica, sans-serif;
			font-size: 14pt;
			font-weight : bold;
			color : blue;
		}
		.x18ob { /* used in masthead for digital tigers */
			font-size: 18pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #ff8429;
		}
		.x18wb { /* used in masthead for digital tigers */
			font-size: 18pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : white;
		}
		.x18zb { /* used in masthead for digital tigers */
			font-size: 18pt;
			font-family : Arial, Helvetica, sans-serif;
			font-weight : bold;
			color : #00CC00; /* zen logo green */
		}
		/* deprecated named combo styles */
		.orangebold {
			color : #ff8429;
			font-weight : bold;
		}
		.bluebold {
			color : Blue;
			font-weight : bold;
		}
</style>


