@-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 tin-right-out
{
   0% { -webkit-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
   10% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   20% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   30% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   40% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   50% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
   100% { -webkit-transform: translate(900%,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 0;  }
}
@-moz-keyframes tin-right-out
{
   0% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
   10% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   20% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   30% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   40% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   50% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
   100% { -moz-transform: translate(900%,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 0;  }
}
@keyframes tin-right-out
{
   0% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
   10% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   20% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   30% { transform: translate(0px,0px) rotate(0deg) scale(1.1,1.1) ;  }
   40% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ;  }
   50% { transform: translate(0px,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 1;  }
   100% { transform: translate(900%,0px) rotate(0deg) scale(1.0,1.0) ; opacity: 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: #556B2F;
   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: #556B2F;
   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;
}
.Standard
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 10px 10px 10px 10px;
   padding: 10px 10px 10px 10px;
   Standard;
}
