
	body {
			background-color: #fff;
			padding: 10px 0;
			z-index: 0;
		}
	
	#box {
			background-color: #fff;
			padding-left: 250px;
			padding-right: 250px;
			z-index: 0;
		}
	
	.txtL18 {
			font-family:trebuchet ms; font-size:18px; color:#333333; text-decoration:none;  
		}
	
	.txtL18B {
			font-family:trebuchet ms; font-size:18px; color:#215f8e; text-decoration:none;  
		}
	
	.txtL18R {
			font-family:trebuchet ms; font-size:18px; color:#990000; text-decoration:none;  
		}
					
	.txtL16 {
			font-family:trebuchet ms; font-size:16px; color:#333333; text-decoration:none;  
		}
	.txtL16B {
			font-family:trebuchet ms; font-size:16px; color:#215f8e; text-decoration:none;  
		}		
		
	.txtL14 {
			font-family:trebuchet ms; font-size:14px; color:#333333; text-decoration:none;  
		}
				
	.txtL {
			font-family:trebuchet ms; font-size:12px; color:#333333; text-decoration:none;  
		}
	
	.txtLR {
			font-family:trebuchet ms; font-size:12px; color:#990000; text-decoration:none;  
		}
		
	.txtLB {
			font-family:trebuchet ms; font-size:14px; color:#333333; font-weight: bold; text-decoration:none; 
		}
		
	.txtSB {
			font-family:trebuchet ms; font-size:11px; color:#333333; font-weight: bold; text-decoration:none; line-height: 20px; 
		}
		
	.txt {
			font-family:trebuchet ms; font-size:11px; color:#333333; text-decoration:none; line-height: 20px;
		}
	.txtB {
			font-family:trebuchet ms; font-size:11px; color:#000000; text-decoration:none; line-height: 20px;
		}	
					
	.link {
			font-family:trebuchet ms; font-size:11px; color:#215f8e; text-decoration:underline; line-height: 20px;
		}
	.linkL {
			font-family:trebuchet ms; font-size:11px; color:#215f8e; text-decoration:underline; line-height: 20px; 
		}			
	
	#container {
			background-color: #fff;
			position: relative;
			margin: 0 auto;
			width: 800px;
			height: 600px;
			border: 0px;
			padding: 0px;
  			z-index: 0;
		  }
	  
	#name {
			background-color: #fff;
			position: relative;
			margin: 0 auto;
			width: 800px;
			height: 30px;
			border: 0px;
			padding-bottom: 40px;
  			z-index: 0;
			text-align:right;
		  }
		  
	#content {
			background-color: #fff;
			position: relative;
			margin: 0 auto;
			width: 800px;
			height: 490px;
			border: 0px;
			padding: 0px;
  			z-index: 0;
		  }		  		  		  		  		  		  		  		  		  
		  
		  
	#logo {
			position: absolute;
			left:40px;
			width: 195px;
			height: 100px;
			border: 0px;
			z-index: 1;
		  }
		  
	#login {
			position: relative;
			width: 300px;
			height: 250px;
			border: 1px;
			border-color: #333;
			z-index: 0;
			text-align:center;
		  }		  
