@-webkit-keyframes slide-in-blurred-top
{
   0% { opacity: 0.0; filter: blur(40px); -webkit-transform: translate(0px,-1000px) rotate(0deg) scale(0.2,2.5) ; -webkit-transform-origin: 50% 0%;  }
   100% { opacity: 1.0; filter: blur(0); -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; -webkit-transform-origin: 50% 0%;  }
}
@-moz-keyframes slide-in-blurred-top
{
   0% { opacity: 0.0; filter: blur(40px); -moz-transform: translate(0px,-1000px) rotate(0deg) scale(0.2,2.5) ; -moz-transform-origin: 50% 0%;  }
   100% { opacity: 1.0; filter: blur(0); -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; -moz-transform-origin: 50% 0%;  }
}
@keyframes slide-in-blurred-top
{
   0% { opacity: 0.0; filter: blur(40px); transform: translate(0px,-1000px) rotate(0deg) scale(0.2,2.5) ; transform-origin: 50% 0%;  }
   100% { opacity: 1.0; filter: blur(0); transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; transform-origin: 50% 0%;  }
}
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;
}
.onviewanimate
{
   text-decoration: none;
   background-color: transparent;
   -webkit-animation-name: slide-in-blurred-top;
   animation-name: slide-in-blurred-top;
   -webkit-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 0ms;
   animation-delay: 0ms;
   -webkit-animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
   animation-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
   -webkit-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: none;
   animation-fill-mode: none;
}
