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


p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666666;
	margin: 2% 2% 2% 2%;
	padding: 0% 1% 0% 1%;
	
	}
	
	
.style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	line-height: 1.3em;
	color: #666666;
	padding-top: 0%;
	padding-right: 1%;
	padding-bottom: 0%;
	padding-left: 1%;
	margin-top: 1%;
	margin-right: 2%;
	margin-bottom: 0%;
	margin-left: 2%;
	font-weight: bold;

	}
	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #666666;
	margin: 2% 2% 2% 2%;
	font-weight: bold;
	padding: 1% 1% 1% 1%;	
	}
	
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	line-height: 1.3em;
	color: #507bbe;
	margin: 1% 2% 0% 2%;
	font-weight: bold;
	text-align: center;
	}
	
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	line-height: 1.3em;
	text-decoration: none;

}
.text-nowrap {
    white-space: nowrap;
}
a.footlink:link, 
a.footlink:visited, 
a.footlink:hover, 
a.footlink:active{ 
	color: #666;
	text-decoration:none;
	
	 }
a.maillink:link, 
a.maillink:visited, 
a.maillink:hover, 
a.maillink:active{ 
	color: #666;
	text-decoration:none;
	
	 }

a.maplink:link, 
a.maplink:visited, 
a.maplink:hover, 
a.maplink:active{ 
	text-decoration: none;
	border: 0 none;
	
	 }
	 
	 
	 .rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
  }

.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	width: 100%;
	left: 0;
	top: 0;
	margin-top: 4%;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
