@charset "UTF-8";

/* CSS Document */





body {

	  font-family:Arial, Helvetica, sans-serif;

	  font-size:15px;

	  font-weight: bold;

	  color:#000;

	  margin: 0px;

	  background-image:url(back.jpg)

  }

  



p {  

	  margin: 0px;

	  padding: 0px;



  }

  

a:link {

	  color:#000;

	  text-decoration:none;

  }

  

a:visited {

	color:#000;

	text-decoration:none;

  }

  

a:hover {

	  color:#000;

	  text-decoration: underline;

  }

  

a:active {

	  color:#000;

	  text-decoration: underline;

  }



.title1 {

	font-family:Arial, Helvetica, sans-serif;

	font-size:50px;

	font-weight:bold;

	width: 95%;



	border: 0px;

	margin-left: 2.5%;

	margin-right: 2.5%;



	background: none;

	

	

	letter-spacing: -2px;

	line-height: 55px;





}



.title1 p {

	padding-top: 0px;

}

.title3_L {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing: -1px;
	
	position: fixed;
	z-index: 99;
	top: 50%;
	left: -1%;
	transform:rotate(270deg);
}
	
.title3_R {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:bold;
	letter-spacing: -1px;
	
	position: fixed;
	z-index: 99;
	top: 50%;
	right: 1%;
	transform:rotate(90deg);
}



.content1 {

	position: fixed;

	width: 25%;

	right: 2.5%;

	bottom: 2.5%;

	

	

	border-style: solid;

	border-width: 10px;



	

	font-size: 12px;

	font-weight: bold;

	color:#FFF;

	

	text-align: justify;

	z-index: 4;

}



.content1 p{

	margin: 15px;

	padding: 10px;

}





.content2 {

	display: block;

	

	position: static;

	margin-left: 20%;

	margin-right: 20%;

	width: 60%;



	border-style: solid;

	border-width: 5px;

	

	

	text-align: justify;

	z-index: 2;

}



.content2 p{

	margin: 30px;

	padding: 20px;

}



.content2 ol{

	margin: 60px;

	padding: 20px;

}



.content2 h4{

	text-align: center;

}





.pics1 {

	position: static;

	top: 0px;

	padding: 10px;

	z-index: 0;

	

	background-color:#FFFFFF;

}