body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #555555;
/*	font-size: 12px;*/
}
body {
/*	background-color: #FFFFFF;
	background-image: url(../images/bg_2.png);
	background-repeat: repeat-x;
*/	text-align:center;
	margin-top:0;
	margin-left: auto;
	margin-right:auto;
	margin-bottom:0;
}
h1 {
	color: #322785;
	font-weight: bold;
	font-size: 18px;
}

.style3 {
	font-size: 18px;
	color: #222222;
}
.style5 {font-size: 32px;}
.style17 {font-size: 16px;}
.style6 {
    color: #555555;
    text-align: left;
    line-height: 135%;
}
.style9 {font-size: 13px;}
a {
	text-decoration: none;
}
#slides {
  position: relative;
}
#slides .slides-container {
  display: none;
}
#slides .scrollable {
  zoom: 1;
  position: relative;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  height: 100%;
}
#slides .scrollable:after {
  content: "";
  display: table;
  clear: both;
}

.slides-navigation {
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  top: 46%;
  width: 100%;
}
.slides-navigation a {
  position: absolute;
  display: block;
}
.slides-navigation a.prev {
  left: 0;
}
.slides-navigation a.next {
  right: 0;
}

.slides-pagination {
  position: absolute;
  z-index: 3;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.slides-pagination a {
  border: 2px solid #222;
  border-radius: 15px;
  width: 10px;
  height: 10px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR4nGP6zwAAAgcBApocMXEAAAAASUVORK5CYII=");
  margin: 2px;
  overflow: hidden;
  text-indent: -100%;
}
.slides-pagination a.current {
  background: #222;
}

.pagetitle{
	width:100%;
	float:left;
	text-align:center;
}
.pagetitle .maintitle{
	color:#4c4b4b;
	font: 14px verdana, arial, tahoma, helvetica, sans-serif;
	font-weight:bold;
}
.pagetitle .subtitle{
	color:#4c4b4b;
	font: 12px verdana, arial, tahoma, helvetica, sans-serif;
	font-weight:bold;
}

.smart-player-embed-container {
    margin-left: auto;
    margin-right: auto;
    max-width: 714px;
    height: 0;
    overflow: hidden;
    padding-top: calc(480 / 714 * 100%);
    position: relative;
}

.smart-player-embed-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    max-width: 714px;
    max-height: 480px;
}

.smart-player-embed-iframe:-ms-fullscreen {
    max-width: 100%;
    max-height: 100%;
}

@media screen and ( max-height: 480px ) {
    .smart-player-embed-iframe {
        max-height: 100vh;
    }
}
