	.ToolText{position:relative; } 
		.ToolTextHover{position:relative;} 
		.ToolText span{display: none;} 
		.ToolTextHover span{ 
								display:block; 
								position:absolute; 
								border:1px solid black; 
								top:1.3em; 
								left:5px; 
								background-color:gray; 
								color:white; 
								text-align: center; 
							} 
	</style>
		
	<style type="text/css">		
	<!--
		body {
				background-image: url(image/page_bg.gif);
			 }
		.style10 {color: #FF0000}
		.style11 {font-size: 18px}
		.style12 {font-size: 10pt}
		.style13 {color: #666666}
		.style14 {color: #FFFFFF}
		.style15 {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #FFFFFF;
				 }
		.style16 {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 14px;
					color: #444444;
				 }
		.style38 {
					font-family: Arial, Helvetica, sans-serif;
					font-size: 11px;
					color: #0066CC
				 }
		.style39 {
					font-size: 11px;
					color: #000000;
					cursor: default;
					font-family: Arial, Helvetica, sans-serif;
				 }
		.style43 {cursor: default; font-size: 12px; color: #0066FF;}
		.style46 {
					font-family: Verdana, Tahoma;
					color: #CC33CC;
					font-weight: bold;
				 }
		.style50 {color: #0066CC; font-weight: bold; }
		.style51 {color: #CC33CC}
		.visaDialog {
		  position: relative;
		  top: 250px;
		  right: 0;
		  bottom: 0;
		  left: 400px;
		  z-index: 0;
		  overflow: auto;
		  overflow-y: auto;		  
		}