@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('../fonts/MaterialIcons-Regular.woff2') format('woff2'),
        url('../fonts/MaterialIcons-Regular.woff') format('woff'),
        url('../fonts/MaterialIcons-Regular.ttf') format('truetype'),
        url('../fonts/MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('../fonts/MaterialIcons-Regular.eot') format('embedded-opentype');
}
@keyframes animate-fade-out
{
   0% { opacity: 1;  }
   100% { opacity: 0;  }
}
@keyframes slide-down-in
{
   0% { transform: translate(0px,-100%) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
a.style1
{
   color: #0000FF;
   text-decoration: none;
}
a.style1:visited
{
   color: #4F4F4F;
   text-decoration: none;
}
a.style1:active
{
   color: #0000FF;
   text-decoration: none;
}
a.style1:hover
{
   color: #FF0000;
   font-style: italic;
   text-decoration: underline;
}
a.style2
{
   color: #000000;
   text-decoration: none;
}
a.style2:visited
{
   color: #800080;
   text-decoration: none;
}
a.style2:active
{
   color: #000000;
   text-decoration: none;
}
a.style2:hover
{
   color: #000000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
h1, .h1
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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-block;
}
h2, .h2
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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-block;
}
h3, .h3
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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-block;
}
h4, .h4
{
   font-family: "Times New Roman";
   font-weight: bold;
   font-size: 37px;
   font-style: italic;
   text-align: center;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: #F5F5F5;
   --background-color: rgba(245,245,245,1.00);
   border: 1px solid #000000;
   --border-color: #000000;
   border-radius: 14px;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   --border-color: #000000;
   --background-color: rgba(245,245,245,1.00);
   --color: #000000;
   display: inline-block;
}
h5, .h5
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   font-size: 19px;
   text-decoration: none;
   color: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline-block;
}
h6, .h6
{
   font-family: "Open Sans";
   font-weight: 400;
   font-weight: 400;
   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-block;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
   color: #2E74B5;
   --color: #2E74B5;
   background-color: transparent;
}
