@font-face
{
   font-family: Tauri;
   font-display: swap;
   src: url('verdana.ttf') format('truetype');
}
@font-face
{
   font-family: "Segoe UI Emoji";
   font-display: swap;
   src: url('seguiemj.ttf') format('truetype');
}
@font-face
{
   font-family: "Barlow Bold";
   font-display: swap;
   src: url('verdana.ttf') format('truetype');
}
@-webkit-keyframes animate-fade-in-down
{
   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-down
{
   0% { -moz-transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes animate-fade-in-down
{
   0% { transform: translate(0px,-100px) rotate(0deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@-webkit-keyframes background-position-bottom-left
{
   0% { background-position: 100% 0%;  }
   100% { background-position: 0% 100%;  }
}
@-moz-keyframes background-position-bottom-left
{
   0% { background-position: 100% 0%;  }
   100% { background-position: 0% 100%;  }
}
@keyframes background-position-bottom-left
{
   0% { background-position: 100% 0%;  }
   100% { background-position: 0% 100%;  }
}
h1, .h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   text-decoration: none;
   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: #000000;
   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;
   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;
   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: #000000;
   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;
   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;
   background-color: transparent;
}
@media only screen and (min-width: 1200px)
{
}
@media only screen and (min-width: 1024px) and (max-width: 1199px)
{
}
@media only screen and (min-width: 1000px) and (max-width: 1023px)
{
}
@media only screen and (min-width: 768px) and (max-width: 999px)
{
}
@media only screen and (min-width: 720px) and (max-width: 767px)
{
}
@media only screen and (min-width: 480px) and (max-width: 719px)
{
}
@media only screen and (max-width: 479px)
{
}
