	
	.mySlides {display: none}
	.b_blue{background :#070753;color:#ffffff;}
	.t_blue{color:#070753;}
	.myButton {
		font-family: 'kanitregular';
		background-color:#070753;
		-moz-border-radius:5px;
		-webkit-border-radius:5px;
		border-radius:5px;
		color:#ffffff ;
		border:1px solid #070753;
		display:inline-block;
		cursor:pointer;
		font-size:17px;
		padding:7px 25px;
		text-decoration:none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.myButton:hover {
		background-color:#286090;
		border:1px solid #204d74;
	}
	.myButton:active {
		position:relative;
		top:1px;
	}
	.myButton_b {
		font-family: 'kanitregular';
		background-color:#070753;
		-moz-border-radius:2px;
		-webkit-border-radius:2px;
		border-radius:2px;
		color:#ffffff ;
		border:1px solid #070753;
		display:inline-block;
		cursor:pointer;
		font-size:17px;
		padding:7px 25px;
		text-decoration:none;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.myButton_b:hover {
		background-color:#070753;
		border:1px solid #070753;
	}
	.myButton_b:active {
		position:relative;
		top:1px;
	}
.mySlides {display:none;}
.pdr1{padding-right:30px;}
.pdl1{padding-left:30px;}
.pdl2{padding-left:15px;}
