body { padding-right: 0px;
	   padding-left: 0px;
	   padding-bottom: 0px;
	   margin: 0px;
	   padding-top: 0px;
}
#info { font-weight: normal;
		font-size: 8pt;
		z-index: 2000;
		overflow: visible;
		width: 98%;
		font-family: Verdana, Arial, Helvetica, sans-serif;
		position: fixed;
		top: 0px;
		top: expression(body.scrollTop);
}
#infobar a { clear: both;
			 padding-right: 0.3em;
			 display: block;
			 padding-left: 2em;
			 background: url(./../../../images/icons/smile/alert.gif) infobackground fixed no-repeat 0.3em 0.3em;
			 float: left;
			 padding-bottom: 0.45em;
			 width: 100%;
			 cursor: hand;
			 color: infotext;
			 padding-top: 0.45em;
			 border-bottom: 0.16em outset;
			 text-decoration: none;
}
#infobar a:link { clear: both;
				  padding-right: 0.3em;
				  display: block;
				  padding-left: 2em;
				  background: url(./../../../images/icons/smile/alert.gif) infobackground fixed no-repeat 0.3em 0.3em;
				  float: left;
				  padding-bottom: 0.45em;
				  width: 100%;
				  cursor: hand;
				  color: infotext;
				  padding-top: 0.45em;
				  border-bottom: 0.16em outset;
				  text-decoration: none;
}
#infobar a:visited { clear: both;
					 padding-right: 0.3em;
					 display: block;
					 padding-left: 2em;
					 background: url(./../../../images/icons/smile/alert.gif) infobackground fixed no-repeat 0.3em 0.3em;
					 float: left;
					 padding-bottom: 0.45em;
					 width: 100%;
					 cursor: hand;
					 color: infotext;
					 padding-top: 0.45em;
					 border-bottom: 0.16em outset;
					 text-decoration: none;
}
#infobar a:active { clear: both;
					padding-right: 0.3em;
					display: block;
					padding-left: 2em;
					background: url(./../../../images/icons/smile/alert.gif) infobackground fixed no-repeat 0.3em 0.3em;
					float: left;
					padding-bottom: 0.45em;
					width: 100%;
					cursor: hand;
					color: infotext;
					padding-top: 0.45em;
					border-bottom: 0.16em outset;
					text-decoration: none;
}
#infobar a:hover { background: url(./../../../images/icons/smile/alert.gif) highlight fixed no-repeat 0.3em 0.3em;
				   color: highlighttext;
}
#viewplot { padding-right: 1em;
			overflow-y: scroll;
			padding-left: 1em;
			overflow-x: hidden;
			padding-bottom: 1em;
			width: 100%;
			padding-top: 1em;
			height: expression(this.parentNode.offsetHeight - this.offsetTop);
}