        <style type="text/css"><!--
        .XbuttonBar
        {
            height: 1.5em;
        }
		
        .Xshadow
        {
            position: relative; 
            visibility: hidden;
        }
		
        .Xbutton
        {
            float: right;
            border: 1px;
			border-style: outset; 
			border-color: #000048;
            padding: 3px;
            margin: 3px;
            cursor: pointer;
			font-size: 9pt; 
			font-family: verdana,arial, helvetica; 
			text-align: justify; 
			text-decoration: none; color: #000048;
        }
		
        .XinfoArea
        {
            height: 2em;
        }
		
        .Xinformation
        {
            width: 400px;
			height: 200px;
			visibility: hidden;
            border: 1px;
			border-style: solid; 
			border-color: #000048;
            padding: 3px;
            margin: 3px;
            position: absolute;
			background: #FFFFFF;
			top: 150;
			left: -640;
			font-size: 9pt; 
			font-family: verdana,arial, helvetica; 
			text-align: justify; 
			text-decoration: none; color: #000048;			
        }
        -->