@keyframes animate-fade-in-up
{
   0% { transform: translate(0px,100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes swash-in
{
   0% { transform: rotate(0deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   90% { transform: rotate(0deg) scale(0.9,0.9) ; transform-origin: 50% 50%; opacity: 1;  }
   100% { transform: rotate(0deg) scale(1,1) ; transform-origin: 50% 50%;  }
}
a.style1
{
   color: #B8860B;
   text-decoration: underline;
}
a.style1:visited
{
   color: #DAA520;
   text-decoration: underline;
}
a.style1:active
{
   color: #DAA520;
   text-decoration: underline;
}
a.style1:hover
{
   color: #B8860B;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Verdana;
   font-size: 32px;
   text-decoration: none;
   color: #B8860B;
   --color: #B8860B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Verdana;
   font-size: 27px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Verdana;
   font-weight: bold;
   font-size: 21px;
   text-decoration: none;
   color: #B8860B;
   --color: #B8860B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Verdana;
   font-weight: bold;
   font-size: 21px;
   text-decoration: none;
   color: #FFFFFF;
   --color: #FFFFFF;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Verdana;
   font-weight: normal;
   font-size: 19px;
   text-decoration: none;
   color: #B8860B;
   --color: #B8860B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Verdana;
   font-weight: bold;
   font-size: 13px;
   text-decoration: none;
   color: #B8860B;
   --color: #B8860B;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.normal
{
   font-family: Verdana;
   font-size: 13px;
   line-height: 16.03px;
   text-decoration: none;
   color: #4F4F4F;
   --color: #4F4F4F;
   background-color: transparent;
}
.normal_blue
{
   font-family: Verdana;
   font-size: 13px;
   line-height: 16.03px;
   text-decoration: none;
   color: #2172A3;
   --color: #2172A3;
   background-color: transparent;
}
@media only screen and (max-width: 1359px)
{
}
