@-webkit-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-moz-keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-down
{
   0% { -webkit-transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-down
{
   0% { -moz-transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-fade-in-up
{
   0% { -webkit-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-moz-keyframes animate-fade-in-up
{
   0% { -moz-transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-moz-keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@-webkit-keyframes heartbeat-1
{
   0% { -webkit-transform: rotate(0deg) ;  }
   15% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -webkit-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -webkit-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes heartbeat-1
{
   0% { -moz-transform: rotate(0deg) ;  }
   15% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { -moz-transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { -moz-transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes heartbeat-1
{
   0% { transform: rotate(0deg) ;  }
   15% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   25% { transform: rotate(0deg) scale(1.1,1.1) ;  }
   35% { transform: rotate(0deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes scale-in-vertical-center
{
   0% { -webkit-transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-moz-keyframes scale-in-vertical-center
{
   0% { -moz-transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-vertical-center
{
   0% { transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@-webkit-keyframes text-letterspacing-bottom
{
   0% { -webkit-transform: translate3d(0px,300px,400px) rotateX(0deg) ; letter-spacing: 1em; opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; letter-spacing: normalpx; opacity: 1.0;  }
}
@-moz-keyframes text-letterspacing-bottom
{
   0% { -moz-transform: translate3d(0px,300px,400px) rotateX(0deg) ; letter-spacing: 1em; opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; letter-spacing: normalpx; opacity: 1.0;  }
}
@keyframes text-letterspacing-bottom
{
   0% { transform: translate3d(0px,300px,400px) rotateX(0deg) ; letter-spacing: 1em; opacity: 0;  }
   50% { opacity: 0.6;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; letter-spacing: normalpx; opacity: 1.0;  }
}
@-webkit-keyframes text-letterspacing-expand
{
   0% { opacity: 0; letter-spacing: -0.5em;  }
   50% { opacity: 0.6;  }
   100% { opacity: 1.0;  }
}
@-moz-keyframes text-letterspacing-expand
{
   0% { opacity: 0; letter-spacing: -0.5em;  }
   50% { opacity: 0.6;  }
   100% { opacity: 1.0;  }
}
@keyframes text-letterspacing-expand
{
   0% { opacity: 0; letter-spacing: -0.5em;  }
   50% { opacity: 0.6;  }
   100% { opacity: 1.0;  }
}
@-webkit-keyframes transform-bounce-in-down
{
   0% { -webkit-transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -webkit-transform: translate(0px,30px) rotate(0deg) ;  }
   80% { -webkit-transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) ;  }
}
@-moz-keyframes transform-bounce-in-down
{
   0% { -moz-transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { -moz-transform: translate(0px,30px) rotate(0deg) ;  }
   80% { -moz-transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce-in-down
{
   0% { transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,30px) rotate(0deg) ;  }
   80% { transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes vanish-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes vanish-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.visibility-hidden
{
   visibility: hidden;
}
a.a
{
   color: #0000FF;
   text-decoration: underline;
}
a.a:visited
{
   color: #800080;
   text-decoration: underline;
}
a.a:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.input:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.input:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.input:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.textarea:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.textarea:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.textarea:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus
{
   color: #0000FF;
   text-decoration: underline;
}
a.select:focus:visited
{
   color: #800080;
   text-decoration: underline;
}
a.select:focus:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.select:focus:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.style_oldentis1
{
   color: #00A6DD;
   text-decoration: none;
}
a.style_oldentis1:visited
{
   color: #800080;
   text-decoration: none;
}
a.style_oldentis1:active
{
   color: #FF0000;
   text-decoration: none;
}
a.style_oldentis1:hover
{
   color: #0000FF;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis2
{
   color: #000080;
   text-decoration: underline;
}
a.style_oldentis2:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style_oldentis2:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style_oldentis2:hover
{
   color: #F5F5F5;
   background: #156080;
   text-decoration: underline;
}
a.style_oldentis3
{
   color: #000079;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis3:visited
{
   color: #800080;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis3:active
{
   color: #FF0000;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis3:hover
{
   color: #FFFFFF;
   background: #00526C;
   text-decoration: none;
}
a.style_oldentis4
{
   color: #0000CE;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis4:visited
{
   color: #800080;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis4:active
{
   color: #FF0000;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis4:hover
{
   color: #FFFFFF;
   background: #2F4F4F;
   text-decoration: none;
}
a.style_oldentis5
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style_oldentis5:visited
{
   color: #ADD4E3;
   background: #BCE1E5;
   text-decoration: none;
}
a.style_oldentis5:active
{
   color: #87CEEB;
   text-decoration: none;
}
a.style_oldentis5:hover
{
   color: #048BB9;
   background: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.style_oldentis5::after
{
   color: #0000FF;
   background: #048BB9;
   text-decoration: underline;
}
a.style_oldentis5::after:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style_oldentis5::after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style_oldentis5::after:hover
{
   color: #0000FF;
   background: #048BB9;
   text-decoration: underline;
}
a.style_oldentis5_320
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.style_oldentis5_320:visited
{
   color: #F5F5F5;
   text-decoration: none;
}
a.style_oldentis5_320:active
{
   color: #87CEEB;
   text-decoration: none;
}
a.style_oldentis5_320:hover
{
   color: #2F4F4F;
   background: #FFFFFF;
   text-decoration: none;
}
a.style_oldentis5_320::after
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.style_oldentis5_320::after:visited
{
   color: #800080;
   text-decoration: underline;
}
a.style_oldentis5_320::after:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.style_oldentis5_320::after:hover
{
   color: #2F4F4F;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1279px)
{
}
@media only screen and (min-width: 768px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
}
@media only screen and (max-width: 479px)
{
}
