@font-face
{
   font-family: "Material Icons";
   font-display: swap;
   src: url('MaterialIcons-Regular.woff2') format('woff2'),
        url('MaterialIcons-Regular.woff') format('woff'),
        url('MaterialIcons-Regular.ttf') format('truetype'),
        url('MaterialIcons-Regular.svg#MaterialIcons-Regular') format('svg'),
        url('MaterialIcons-Regular.eot') format('embedded-opentype');
}
@keyframes focus-in
{
   0% { filter: blur(20px); opacity: 0.0;  }
   100% { opacity: 1.0; filter: blur(0);  }
}
@keyframes super-scaled-in
{
   0% { transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-bounce-in-down
{
   0% { transform: translate(0px,-500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,30px) rotate(0deg) ;  }
   80% { transform: translate(0px,-10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-bounce-in-up
{
   0% { transform: translate(0px,500%) rotate(0deg) ; opacity: 0;  }
   50% { opacity: 1;  }
   60% { transform: translate(0px,-30px) rotate(0deg) ;  }
   80% { transform: translate(0px,10px) rotate(0deg) ;  }
   100% { transform: translate(0px,0px) rotate(0deg) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
a.style1
{
   color: #F5F5F5;
   text-decoration: underline;
}
a.style1:visited
{
   color: #00BFFF;
   text-decoration: underline;
}
a.style1:active
{
   color: #4F4F4F;
   text-decoration: underline;
}
a.style1:hover
{
   color: #DCDCDC;
   text-decoration: underline;
}
a.style2
{
   color: #FF4200;
   text-decoration: none;
}
a.style2:visited
{
   color: #FF5757;
   text-decoration: none;
}
a.style2:active
{
   color: #800000;
   text-decoration: none;
}
a.style2:hover
{
   color: #0080FF;
   text-decoration: none;
}
a.style3
{
   color: #ED7D31;
   text-decoration: none;
}
a.style3:visited
{
   color: #FFFF00;
   font-weight: bold;
   text-decoration: none;
}
a.style3:active
{
   color: #FFFF00;
   text-decoration: underline;
}
a.style3:hover
{
   color: #82B1E0;
   text-decoration: none;
}
a.style4
{
   color: #303D53;
   text-decoration: underline;
}
a.style4:visited
{
   color: #303D53;
   text-decoration: underline;
}
a.style4:active
{
   color: #303D53;
   text-decoration: underline;
}
a.style4:hover
{
   color: #3C5889;
   text-decoration: underline;
}
a.style5
{
   color: #ECEDF0;
   text-decoration: underline;
}
a.style5:visited
{
   color: #C9C9C9;
   text-decoration: none;
}
a.style5:active
{
   color: #9CC3E5;
   text-decoration: none;
}
a.style5:hover
{
   color: #E5EFF8;
   text-decoration: none;
}
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: #000000;
   --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;
   --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: #000000;
   --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;
   --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: 480px) and (max-width: 969px)
{
}
@media only screen and (max-width: 479px)
{
}
