@-webkit-keyframes puff-in {
0% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
100% {
   -webkit-transform-origin: 50% 50%;
   -webkit-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@-moz-keyframes puff-in {
0% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(2,2);
   opacity: 0;
}
100% {
   -moz-transform-origin: 50% 50%;
   -moz-transform: rotate(0deg) scale(1,1);
   opacity: 1;
}
}
@keyframes puff-in {
0% {
   opacity: 0;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(2,2);
}
100% {
   opacity: 1;
   transform-origin: 50% 50%;
   transform: rotate(0deg) scale(1,1);
}
}
h1,
.h1 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 32px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h2,
.h2 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 27px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h3,
.h3 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 24px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h4,
.h4 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 21px;
   font-style: italic;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h5,
.h5 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 19px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
h6,
.h6 {
   background-color: transparent;
   color: #000000;
   display: inline;
   font-family: Arial;
   font-size: 16px;
   font-weight: bold;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   text-decoration: none;
}
.CustomStyle {
   background-color: transparent;
   color: #2E74B5;
   font-family: "Courier New";
   font-size: 16px;
   font-weight: bold;
   text-decoration: none;
}
@media only screen and (max-width: 969px) {
}
