.animable { visibility: hidden; }
html.no-cssanimations .animable { visibility: visible; }
.animable.animated { visibility: visible; -webkit-animation-fill-mode: both;  animation-fill-mode: both; -webkit-animation-delay: 0s; animation-delay: 0s; }
#imCell_1 { display: block; position: relative; overflow: visible; }
#imCellStyle_1 { position: relative; box-sizing: border-box; text-align: center; z-index: 2;}
#imCellStyleGraphics_1 { position: absolute; top: 3px; bottom: 3px; background-color: #E0E0E0; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
html:not(.no-cssanimations) #imCell_1.animated {   -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
@-webkit-keyframes imCell_1-anim-bounceIn {
	0% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); opacity: 0;    -webkit-transform: scale3d(.3, .3, .3);    transform: scale3d(.3, .3, .3); }
	20% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: scale3d(1.1, 1.1, 1.1);    transform: scale3d(1.1, 1.1, 1.1); }
	40% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: scale3d(.9, .9, .9);    transform: scale3d(.9, .9, .9); }
	60% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); opacity: 1;    -webkit-transform: scale3d(1.03, 1.03, 1.03);    transform: scale3d(1.03, 1.03, 1.03); }
	80% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: scale3d(.97, .97, .97);    transform: scale3d(.97, .97, .97); }
	100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); opacity: 1;    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1); }
}
@keyframes imCell_1-anim-bounceIn {
	0% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); opacity: 0;    -webkit-transform: scale3d(.3, .3, .3);    transform: scale3d(.3, .3, .3); }
	20% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: scale3d(1.1, 1.1, 1.1);    transform: scale3d(1.1, 1.1, 1.1); }
	40% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: scale3d(.9, .9, .9);    transform: scale3d(.9, .9, .9); }
	60% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); opacity: 1;    -webkit-transform: scale3d(1.03, 1.03, 1.03);    transform: scale3d(1.03, 1.03, 1.03); }
	80% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); -webkit-transform: scale3d(.97, .97, .97);    transform: scale3d(.97, .97, .97); }
	100% { -webkit-animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000); opacity: 1;    -webkit-transform: scale3d(1, 1, 1);    transform: scale3d(1, 1, 1); }
}
#imCell_1.animated.bounceIn {  -webkit-animation-name: imCell_1-anim-bounceIn;  animation-name: imCell_1-anim-bounceIn; -webkit-transform-origin: center;  transform-origin: center; }
#imTableObject_01 { font-style: normal; font-weight: normal; line-height: 21px; }
#imTableObject_01_tab0 ul { list-style: disc; margin: 0 8px; padding: 0px; overflow: hidden; }
#imTableObject_01_tab0 ul ul { list-style: square; padding: 0 0 0 20px; }
#imTableObject_01_tab0 ul ul ul { list-style: circle; }
#imTableObject_01_tab0 ul li { margin: 0 0 0 15px; padding: 0px; font-size: 9pt; line-height: 19px;}
#imTableObject_01_tab0 ol { list-style: decimal; margin: 0px 15px; padding: 0px; }
#imTableObject_01_tab0 ol ol { list-style: lower-alpha; padding: 0 0 0 20px; }
#imTableObject_01_tab0 ol li { margin: 0 0 0 15px; padding: 0px; font-size: 9pt; line-height: 19px;}
#imTableObject_01_tab0 blockquote { margin: 0 0 0 15px; padding: 0; border: none; }
#imTableObject_01_tab0 table { border: none; padding: 0; border-collapse: collapse; }
#imTableObject_01_tab0 table td { border: 1px solid black; word-wrap: break-word; padding: 4px 3px 4px 3px; margin: 0; vertical-align: middle; }
#imTableObject_01_tab0 p { margin: 0; padding: 0; }
#imTableObject_01_tab0 .inline-block { display: inline-block; }
#imTableObject_01_tab0 sup { vertical-align: super; font-size: smaller; }
#imTableObject_01_tab0 sub { vertical-align: sub; font-size: smaller; }
#imTableObject_01_tab0 img { border: none; margin: 0; vertical-align: text-bottom;}
#imTableObject_01_tab0 .fleft { float: left; vertical-align: baseline;}
#imTableObject_01_tab0 .fright { float: right; vertical-align: baseline;}
#imTableObject_01_tab0 img.fleft { margin-right: 15px; }
#imTableObject_01_tab0 img.fright { margin-left: 15px; }
#imTableObject_01_tab0 .imUl { text-decoration: underline; }
#imTableObject_01_tab0 .imVt { vertical-align: top; }
#imTableObject_01_tab0 .imVc { vertical-align: middle; }
#imTableObject_01_tab0 .imVb { vertical-align: bottom; }
#imTableObject_01_tab0 .fs11 { vertical-align: baseline; font-size: 11pt; }
#imTableObject_01_tab0 .ff1 { font-family: 'Segoe Script'; }
#imTableObject_01_tab0 .ff2 { font-family: 'Arial'; }
#imTableObject_01_tab0 table td { border-style: solid; border-width: 1px 1px; border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0); }
#image-0{ width: 111px; height: 121px; }
#imTableObject_01 .text-container {border-style: solid; border-color: #A9A9A9; border-width: 0 1px 1px 1px;width: 100%; box-sizing: border-box;}
#imTableObject_01 .text-container {margin: 0 auto; position: relative; overflow: hidden;  background-color: #FFFFFF;  }
#imTableObject_01 .text-container {height: 324px; }
#imTableObject_01 table { margin: 0 auto; }
.imContentDataContainer { width: 950px; margin-left: auto; margin-right: auto; padding: 0 5px 0 5px; }
#imCell_1 { width: 944px; min-height: 332px;  padding-top: 3px; padding-bottom: 3px; padding-left: 3px; padding-right: 3px; }
#imCellStyle_1 { width: 944px; min-height: 332px; padding: 3px 3px 3px 3px; border-top: 1px solid #808080; border-bottom: 1px solid #808080; border-left: 1px solid #808080; border-right: 1px solid #808080; border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; overflow: hidden; box-shadow: 0px 0px 0px 0px #808080; }
#imCellStyleGraphics_1 { left: 3px; right: 3px; }

