


	  body { height:100%; width:100% ; margin: 0; }      
 
		#header{
			color:;  
			display: ; 
		} 
		table.header{
			background-color: white;
			width:100%;
		}
		td.headerL{
			width:99%;
		}
		td.headerR{
			width:1%;
		}
		div.header{   
			background-color:white;
			width: 100%;
			vertical-align: ; 
		}
		h1.headerText{  
			background-color:; 
			display:inline; 
			padding-left:3px;
			padding-top:px;
			color: gray;    
			font-size: 14pt;
			font-family: Verdana, sans-serif;
			vertical-align:middle;
			 
		} 
		img.header{ 
			display: inline; 
			width:40px;
			height:50px;
			vertical-align:middle;
		} 
		div.headerMenu{
			display:inline;
			float:right;
			padding-top:px;
			padding-right:10px;
			display: none;
		}
		span.headerMenu{
			padding-left:10px;
			padding-right:10px;
		}
		a{
			text-decoration:none;
		}
	.sidenav {
	  height: 100%;
	  width: 0;
	  position: fixed;
	  z-index: 1;
	  top: 0;
	  left: 0;
	  background-color: #111;
	  overflow-x: hidden;
	  transition: 0.5s;
	  padding-top: 60px;
	}

	.sidenav a {
	  padding: 8px 8px 8px 32px;
	  text-decoration: none;
	  font-size: 25px;
	  color: #818181;
	  display: block;
	  transition: 0.3s;
	}

	.sidenav a:hover {
	  color: #f1f1f1;
	}

	.sidenav .closebtn {
	  position: absolute;
	  top: 0;
	  right: 25px;
	  font-size: 36px;
	  margin-left: 50px;
	}
	span.menuIcon{
	padding-top:10px;
	font-size:18pt;
	cursor:pointer;
	vertical-align:middle;
	margin-left:10px;
	}
		div.redLine{ 
			background-color:red;
			width: 100%;
			height: 10px;
		}


		.mySlides {display: none;}
		img {vertical-align: ;}
		img.sildeImg{
		display:inline;
		margin-left:auto;
		margin-right:auto;
		width:100% ;

		}
		div.sildeImgSideL,.sildeImgSideR{
			background-color:black;
			display:inline;
			margin-left:auto;
			margin-right:auto;
			width:32%;
			display: none;
		}
		img.sildeImg,img.sildeImgSide,div.sildeImgSideL,.sildeImgSideR{
			height:350px;
		}
		img.sildeImgSide{
			opacity:0.1;

		}
		div.sildeImgSideL{
			float:left;
		}
		div.sildeImgSideR{
			float:right;
		}
		/* Fading animation */

		/* Slideshow container */
		.slideshow-container {
		  max-width: 100%;
		  position: relative;
		  margin: auto;	
		  margin-left: auto;
			margin-right: auto;	

		}
		.dot{
		  height: 15px;
		  width: 15px;
		  margin: 0 2px;
		  background-color: #bbb;
		  border-radius: 50%;
		  display: inline-block;
		  transition: background-color 0.6s ease;
		}
		.active {
		  background-color: red;
		}
		.fade {
		  animation-name: fade;
		  animation-duration: 1.5s;
		}
		div.sildeText{
		  color: white;
		  font-size: 20pt;
		  font-family: Verdana, sans-serif;
		  padding: 140px 0px;
		  position: absolute;
		  bottom: 8px;
		  width: 100%;
		  text-align: center;
		}

	h2{
		font-size: 14pt;
		text-align:center;
		color: gray;
		font-family: Verdana, sans-serif;
	}
	img.icon,div.iconTet{
		display: inline;
		padding-right:%;
		padding-left:%;
		text-align:center;
		width: 165px;
		height: 80px;
	}
	div.iconText{
		display:; 
		font-family: Verdana, sans-serif;
		font-size: 7pt;
		color: gray;
	}
	span.iconText{
		font-size:10pt;
		font-weight: bold;
		color: white;
		
	}
	a.iconText{
		font-size:10pt;
		font-weight: bold;
		color: white;
		
	}
	table.icon{
		width:%;
		text-align:center;
		display:;
		background-color:;
	}
	td.icon{
		width:%;
		background:;
	}
	li{
		padding-left:10px;
	}
	div.footer{
		background-color:red;
		width:100%;
		height:200px;
		text-align:center;
		font-family: Arial;
	}
	div.footerText{
		color: white;
		font-size:8pt;
		
	}
	div.footerHeader{
		color: white;
		font-size: 10pt;
		font-family: Cursive;
		padding-top:10px;
		padding-bottom:5px;
	}
	table.footerSub{
		background-color: black;
		color: white;
		width:100%;
		text-align:left;
		font-size: 8pt;
	}
	td.footerSubR{
		width: 55%;
	}
	td.footerSubL{
		width: 45%;
	}


