			* {
				margin: 0px;
				padding: 0px;
			}
			.band{
				background-color: #c0c0c0;
				width: 100%;
				height: 45px;
				text-align: right;
				vertical-align: middle;
				border-top: 0px;
				border-left: 0px;
				border-right: 0px;
				border-bottom: 1px;
				border-color: #009598;
				border-style: solid;
			}
			.cookie{
				width: 100%;
				background-color: #eeffff;
				text-align: center;
				vertical-align: middle;
				margin: 0px auto;
				padding: 20px;
				display: inline-block;
			}
			.accept{
				background-color: #dddddd;
				padding: 10px;
				border-bottom-style: solid;
				border-bottom-width: 2px;
				border-color: #aaaaaa;
			}
			.privacy{
				margin-top: 15;
				margin-bottom: 15;
				text-align: left;
			}
			.privacy p{
				padding-top: 20px;
			}
			.menu{
				vertical-align:middle;
				padding: 12px;
				margin-bottom: 0px;
				display: inline-block;
				
			}
			body{
				background-color: #ffffff;
				font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
				color: black;
				font-size: 16px;
				line-height: 1.4;
				text-align: center;
			}
			.ftr{
				background-color: #333333;
				width: 100%;
			}
			.phone{
				width: 20px;
				height: 20px;
				padding: 12px;
				vertical-align: middle;
				
			}
			.contact{
				color: #777777;
			}
			.contact:visited{
				
				color: #777777;
			}
			.contact:link{
				
				color: #777777;
			}
			.contact:hover{
				
				color: #ff0000;
			}			
			.logo{
				width: 500px;
				border: 0;
			}
			.desc {
				margin-top: 10px;
				width: 520px;
				height: 40%;
				color: black;
				font-size: 16px;
				display: block;
				white-space: nowrap;
				overflow:hidden;
			} 
			.copymark {
				color: white;
				font-size: 14px;
			}		
			a:link{
				color: #009598;
				text-decoration: none;
			}
			a:visited{
				color: #009598;
			}
			a:hover{
				color: #ff0000;
				transition: color .5s;
				-webkit-transition-duration: 0.5s; /* Safari */
			}
			hr.main {
				width: 76%;
				padding: 0px;
				margin: 0px auto;
				display: block;
				border-style:solid ;
				border-width: 1px;
				border-top: none;
				border-bottom: 1px solid #888888;
				clear: both;
				text-align: center;
			}
			.list-u{
				list-style:none;
				padding-left:0px;	
			}
			h1{
				font-size: 18px;
				font-weight: normal;
			}
			h2{
				color: blue;
			}
			h3{
			    font-size: 21px;
			    font-weight: normal;
				color: #990000;
			}
			h5{
				font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
				font-size: 14px;
				padding-top: 10px;
				padding-bottom: 10px;
			}
			.fl_img{
				width: 250px;
				height: 250px;
				border: none;
				white-space: nowrap;
				overflow: hidden;
			}
			.slider{
				width: 240px;
				height: 240px;
				border-color: #007BA0;
				border-width: thick;
				border-style: solid;
			}
			.twitter{
				height: 50px;
				width: 50px;
			}
			.facebook{
				height:50px;
				width:50px;
			}
			.instagram{
				height:50px;
				width:50px;
			}
			.table{
				text-align: left;
				margin: 0px auto;
				width: 660px;
			}
			.tr{
				padding: 0px;
			}
			.td{
				display: inline-block;
				width: 130px;
				padding: 5px;
				vertical-align: middle;
			}
			.td1{
				display: inline-block;
				padding: 5px;
				vertical-align: middle;
			}

			.button {
				background-color: #333333;
				border: none;
				color: white;
				padding: 10px 32px;
				text-align: center;
				text-decoration: none;
				display: inline-block;
				font-size: 16px;
				margin: 4px 2px;
				-webkit-transition-duration: 0.5s; /* For Safari */
				transition-duration: 0.5s;
				cursor: pointer;
			}
			.button1 {
				background-color: #333333; 
				color: black; 
				border: 2px solid #006990;
				border-radius: 12px;
				box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
			}

			.button1:hover {
				background-color: #555555;
				color: red;
				box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
			}
			.center{
				width: 520px;
				text-align: center;
				margin: 0px auto;
				border-radius: 25px;
				border-style: solid;
				border-color: #333333;
				border-width: 2px;
				margin-top: 5px;
				margin-bottom: 10px;
			}
			.center1{
				width: 520px;
				text-align: center;
				margin: 0px auto;
				background-color: #EEFFFF;
				border-radius: 25px;
				border-style: solid;
				border-color: #009598;
				border-width: 2px;
			}
			.center2{
				width: 520px;
				text-align: center;
				margin: 0px auto;
				background-color: #FFFFFF;
			}
			.center3{
				width: 520px;
				text-align: center;
				margin: 0px auto;
				background-color: #333333;
			}
			.rss{
				width: 500px;
				text-align: left;
				padding: 10px;
				font-family: "Arial";
				font-size: 12px;
			}
			.rss a:link{
				text-decoration: none;
				color: #009598;
			}
			.rss a:visited{
				color: #009598;
			}
			.rss a:hover{
				color: red;
			}