@keyframes filter-blur-in
{
   0% { filter: blur(20px);  }
   100% { filter: blur(0);  }
}
@keyframes unfold
{
   0% { transform: rotateX(0deg) scale3d(0,0,0) ; opacity: 0;  }
   30% { opacity: 1; transform: rotateX(0deg) scale3d(0.4,0.4,1.0) ;  }
   60% { transform: rotateX(0deg) scale3d(0.4,1.0,1.0) ;  }
   100% { transform: rotateX(0deg) scale3d(1.0,1.0,1.0) ;  }
}
a.style1
{
   color: #F9B061;
   text-decoration: none;
   transition: all 1ms linear;
}
a.style1:visited
{
   color: #F9B061;
   text-decoration: none;
}
a.style1:active
{
   color: #F9B061;
   text-decoration: none;
}
a.style1:hover
{
   color: #F9B061;
   text-decoration: none;
}
a.style2
{
   color: #000000;
   text-decoration: none;
}
a.style2:visited
{
   color: #000000;
   text-decoration: none;
}
a.style2:active
{
   color: #000000;
   text-decoration: none;
}
a.style2:hover
{
   color: #000000;
   text-decoration: none;
}
a.style3
{
   color: #FFD700;
   background: #232222;
   font-weight: bold;
   text-decoration: none;
}
a.style3:visited
{
   color: #FFD700;
   background: #232222;
   text-decoration: none;
}
a.style3:active
{
   color: #FFD700;
   background: #232222;
   text-decoration: none;
}
a.style3:hover
{
   color: #FFD700;
   background: #232222;
   text-decoration: none;
}
a.linkfk1
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.linkfk1:visited
{
   color: #000000;
   text-decoration: none;
}
a.linkfk1:active
{
   color: #000000;
   text-decoration: none;
}
a.linkfk1:hover
{
   color: #8B008B;
   font-weight: bold;
   text-decoration: none;
}
a.linkFK2
{
   color: #FFFFFF;
   background: #4A0A56;
   text-decoration: none;
}
a.linkFK2:visited
{
   color: #C0C0C0;
   background: #4A0A56;
   text-decoration: none;
}
a.linkFK2:active
{
   color: #DDA0DD;
   background: #4A0A56;
   text-decoration: none;
}
a.linkFK2:hover
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.link_fk3
{
   color: #000000;
   text-decoration: none;
}
a.link_fk3:visited
{
   color: #800080;
   text-decoration: underline;
}
a.link_fk3:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.link_fk3:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h2, .h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   text-decoration: none;
   color: #F9B061;
   --color: #F9B061;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   font-weight: bold;
   font-size: 24px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h4, .h4
{
   font-family: Arial;
   font-weight: bold;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h5, .h5
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   text-decoration: none;
   color: #F9B061;
   --color: #F9B061;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h6, .h6
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
@media only screen and (min-width: 1024px) and (max-width: 1649px)
{
}
@media only screen and (min-width: 800px) and (max-width: 1023px)
{
}
@media only screen and (max-width: 799px)
{
}
