@charset "utf-8";
/* CSS Document */

	html,body{
		height:100%; 
		min-width:980px;
	}
		
	.content {
		margin:20px 0 40px 40px; 
		width:260px; 
		height:200px; 
		padding:10px; 
		overflow:auto;
	}
		
	.content img {
		max-width:100%; 
		-webkit-box-sizing:border-box; 
		-moz-box-sizing:border-box; 
		box-sizing:border-box; 
		padding:4px; 
		border:solid 0px #666;
	}

	.content_1 {
		float:left;
	}
		
	.content_1 {
		margin-left: 60px;
		width: 320px;
		height: 260px;
		margin-top:-305px; 
		padding:0 5px; 
		border-top:1px dashed rgba(255,255,255,0.15); 
		border-bottom:1px dashed rgba(255,255,255,0.15);
	}
		
	.content_7 {
		margin-left:480px; 
		margin-top:-335px; 
		height: 310px;
		padding:0 5px; 
		border-top:1px dashed rgba(255,255,255,0.15); 
		border-bottom:1px dashed rgba(255,255,255,0.15);
	}
		
	/*  Popup Information CSS Start  */
	a {
		color:#333; 
		text-decoration:none;
	}
			
	a:hover {
		color:#ccc;
	}

	#mask {
  		position:relative;
  		left:0;
  		top:0;
  		z-index:9000;
  		background-color:#fff;
  		display:none;
	}
  
	#boxes .window {
 	 	position:fixed;
  		left:0;
  		top:0;
  		width:640px;
  		height:500px;
  		display:none;
  		z-index:9999;
  		padding:20px;
	}

	#boxes #dialog2 {
  		background:url(images/notice.png) no-repeat 0 0 transparent; 
  		width:800px; 
  		height:680px;
  		padding:130px 65px 150px 30px;
	}
	/*  Popup Information CSS End  */
		
	.container { 
		height:100px; 
		background:fff; 
		padding:0 10px; 
		overflow:hidden; 
	}
		
	.content { 
		background:#fff; 
	}

	.info {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #58595b;
		text-align: justify;
		line-height: 20px;
	}
			
	.leaflet {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 12px;
		color: #58595b;
		text-align: left;
		line-height: 20px;
	}
		
	.Title {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 20px;
		color: #0089AE;
		text-align: justify;
		font-weight: bold;
	}
		
	.Title2 {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 17px;
		color: #0089AE;
		text-align: justify;
		font-weight: bold;
	}
		
	.ps {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 13px;
		color: #0089ab;
		text-align: justify;
	}
		
	.copyright {
		font-size: 10px;
		color: #666;
		text-align: right;
		font-style: light;
	}
		
	.Powered {
		font-size: 10px;
		color: #222;
		text-align: right;
		font-style: light;
	}
			
	<!-- DIV -->
	.Image_word {
		style="margin-left: 90px; 
		width: 431px; 
		background-image: none;
		z-index: 56; 
		margin-right: auto; 
		right: 0%; 
		left: 0%; 
		height: 139px; 
		margin-top: 47px;"  
		position:relative;
	}
			
	.bordered {
    	border: solid #ccc 1px;
    	-moz-border-radius: 6px;
    	-webkit-border-radius: 6px;
    	border-radius: 6px;
    	-webkit-box-shadow: 0 1px 1px #ccc; 
    	-moz-box-shadow: 0 1px 1px #ccc; 
    	box-shadow: 0 1px 1px #ccc;         
	}

	.bordered tr:hover {
    	background: #fbf8e9;
    	-o-transition: all 0.1s ease-in-out;
    	-webkit-transition: all 0.1s ease-in-out;
    	-moz-transition: all 0.1s ease-in-out;
    	-ms-transition: all 0.1s ease-in-out;
    	transition: all 0.1s ease-in-out;     
	}    
    
	.bordered td, .bordered th {
    	border-left: 1px solid #ccc;
    	border-top: 1px solid #ccc;
    	padding: 10px;
    	text-align: left;    
	}

	.bordered th {
    	background-color: #dce9f9;
    	background-image: -webkit-gradient(linear, left top, left bottom, from(#ebf3fc), to(#dce9f9));
    	background-image: -webkit-linear-gradient(top, #ebf3fc, #dce9f9);
    	background-image:    -moz-linear-gradient(top, #ebf3fc, #dce9f9);
    	background-image:     -ms-linear-gradient(top, #ebf3fc, #dce9f9);
    	background-image:      -o-linear-gradient(top, #ebf3fc, #dce9f9);
    	background-image:         linear-gradient(top, #ebf3fc, #dce9f9);
    	-webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset; 
    	-moz-box-shadow:0 1px 0 rgba(255,255,255,.8) inset;  
    	box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;        
    	border-top: none;
    	text-shadow: 0 1px 0 rgba(255,255,255,.5); 
	}

	.bordered td:first-child, .bordered th:first-child {
    	border-left: none;
	}

	.bordered th:first-child {
    	-moz-border-radius: 6px 0 0 0;
    	-webkit-border-radius: 6px 0 0 0;
    	border-radius: 6px 0 0 0;
	}

	.bordered th:last-child {
    	-moz-border-radius: 0 6px 0 0;
    	-webkit-border-radius: 0 6px 0 0;
    	border-radius: 0 6px 0 0;
	}
	
	a:link {
		text-decoration: none;
	}

	a:visited {
		text-decoration: none;
	}

	a:hover {
		text-decoration: none;
	}
	a:active {
		text-decoration: none;
	}