<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */    
	
	
body
    {
     margin:0px; 
     padding:0px;
     text-align:center;
    }
	
	
	#all{
     margin-left:auto; 
     margin-right:auto;
     text-align:left; 
     width:960px;}
	
	a:link { color: #878787; }
	a:visited { color: #878787; }
	a:hover { color: #d8d8d8; }
	a:active { color: #878787; }

	
	.text{ font-size: 12px;
	color:#878787;}

    .mainarea    {	margin:60px 0;
	position:relative;
	overflow:hidden;
	text-align:center;
	}
	

	
    .area    { margin-bottom:40px;
	position:relative;
	overflow:hidden;
	}
			
	.memberarea{ width:310px;
	}



	.logo{width:350px;
	height:184px;
	text-align:	center;
	padding-top:20px;}
	
	.addressborder { width:560px;
	height:184px;
	border:1px solid #e5006e;
	}	
	
	.address { margin:40px 100px;
	}
	
	 .areasmall   { margin-bottom:20px;
	 clear : both;}
	 
	.addresstext { margin-top:10px;
	width:356px;
	 font-size: 12px;
	color:#878787;}
	
	
	.footer { clear : both;
	margin-top:100px;
	background-color:#dff2fd;
	text-align:center;}
	

	.centerul {
	float: left;
	left: 50%;
	position: relative;
	margin: 0; padding: 0;
	}
	

	.centerli {
	float: left;
	left: -50%;
	position: relative;
	display: inline;  
	margin:0;  
	padding:0;
	list-style-type:none;
}

	.pagetop {	text-align:right;
	clear : both;}
	
	img {border:0;}
	
	

	</pre></body></html>