.field       { font-family: Arial; font-size: 11px; color: #000000; border: 1px solid #666666; padding: 1; text-align:left; margin-left:2; margin-right:2 }.button       { font-family: Arial; font-size: 11px; color: #000000; text-align:center}:hover.button   { font-family: Arial; font-size: 11px; color: #000000; text-align:center}.bottomtxt   { font-family: Trebuchet MS, Arial; font-size: 10px; color:#808080; font-weight:bold }.pghead      { font-family: Trebuchet MS, Arial; font-size: 16px; color: #FB5900; text-align: left; margin-left: 1; margin-right: 1 }.nor         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 12px; color:#333333; text-align:justify; text-indent:0 }.norbef0     { font-family: 'Trebuchet MS', Arial; font-size: 12px; color: #333333;                text-align: Justify; text-indent: 0; margin-left: 0;                margin-right: 0; margin-top: 0; margin-bottom: 10 }.norlbef0     { font-family: Trebuchet MS, Arial; font-size: 12px; color:#333333; text-align:left; text-indent:0; margin-left:0; margin-right:0; margin-top:0; margin-bottom:5 }.norhead         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 14px; color:#4269CC ; text-align:left; text-indent:0; font-weight:bold }.norheadbef0         {font-family: Trebuchet MS, Arial; font-size: 14px; color:#4269CC ; text-align:left; text-indent:0; font-weight:bold }.norheadbef0black         {font-family: Trebuchet MS, Arial; font-size: 14px; color:#000000 ; text-align:left; text-indent:0; font-weight:bold }.norleft         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#333333; text-align:left; text-indent:0 }.norright         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#333333; text-align:right; text-indent:0 }.norheado       { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 12px; color:#FB5900; text-align:left; text-indent:0  font-weight:bold }.norcent        { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#333333; text-align:center; text-indent:0 }.norlink         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#07037F ; text-align:left; text-indent:0; text-decoration:none  }:hover.norlink {margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#FB5900 ; text-align:left; text-indent:0; text-decoration:none }.j        { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#333333; text-align:justify; text-indent:0 }.l         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#333333; text-align:left; text-indent:0 }.jno        { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#333333; text-align:justify; text-indent:0 }.linkbold    { font-family: Trebuchet MS, Arial; font-size: 11px; color: #333333; font-weight: bold; text-decoration:none }:hover.linkbold    { font-family: Trebuchet MS, Arial; font-size: 11px; color: #FB5900; font-weight: bold;  text-decoration:none }.presentlink     { font-family: Trebuchet MS, Arial; font-size: 12px; color: #FB5900; font-weight: bold }.glossary    { font-family: Trebuchet MS; font-size: 14px; color: #FFFFFF; font-weight: bold }:hover.glossary    { font-family: Trebuchet MS; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration:none}:active.glossary    { font-family: Trebuchet MS; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration:none }:visited.glossary    { font-family: Trebuchet MS; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration:none }:link.glossary    { font-family: Trebuchet MS; font-size: 14px; color: #FFFFFF; font-weight: bold; text-decoration:none }.caps  { font-family: Trebuchet MS, Arial; font-size: 20px; color: #FB5900; font-weight: bold }.glosslink         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#7783B7; text-align:default; text-indent:0; font-weight:bold; text-decoration:none  }:hover.glosslink         { margin:5 0; font-family: Trebuchet MS, Arial; font-size: 11px; color:#FB5900; text-align:default; text-indent:0; font-weight:bold; text-decoration:none  }.news     { font-family: Trebuchet MS; font-size: 12px; color: #FFFFFF; font-weight: bold }:hover.news    { font-family: Trebuchet MS; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration:none}:active.news    { font-family: Trebuchet MS; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration:none }:visited.news    { font-family: Trebuchet MS; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration:none }:link.news    { font-family: Trebuchet MS; font-size: 12px; color: #FFFFFF; font-weight: bold; text-decoration:none }/* CSS needed for the script */#ajax_tooltipObj{	z-index:1000000;	text-align:left;}#ajax_tooltipObj div{	position:relative;}/* If you don't want the arrow - Just set the width of this div to 1 or something like that and drop the background selectors from the CSS below */#ajax_tooltipObj .ajax_tooltip_arrow{	/* Left div for the small arrow */	background-image:url('images/ttarrow.gif');	width:1px;	position:absolute;	left:0px;	top:0px;	background-repeat:no-repeat;	background-position:center left;	z-index:1000005;	height:60px;}#ajax_tooltipObj .ajax_tooltip_content{	border:2px solid #7783B7;	/* Border width */	left:2px;	/* Same as border thickness */	top:0px;	position:absolute;	width:300px;	/* Width of tooltip content */	height:100px;	/* Height of tooltip content */	background-color:#FFF;	/* Background color */	padding:5px;	/* Space between border and content */	font-size:0.8em;	/* Font size of content */	overflow:no;	/* Hide overflow content */	z-index:1000001;}