@keyframes animate-fade-in
{
   0% { opacity: 0;  }
   100% { opacity: 1;  }
}
@keyframes scale-in-horizontal-center
{
   0% { transform: rotate(0deg) scale(0.0,1.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes scale-in-vertical-center
{
   0% { transform: rotate(0deg) scale(1.0,0.0) ; opacity: 0.0;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ; opacity: 1.0;  }
}
@keyframes slide-left-in
{
   0% { transform: translate(-100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform: translate(100%,0px) rotate(1deg) ; opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform: translate(0px,0px) rotate(0deg) ; transform-origin: 0 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%;  }
}
@keyframes transform-roll-in
{
   0% { transform: translate(-100%,0px) rotate(-120deg) ; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-rotate-in
{
   0% { transform-origin: center center; transform: rotate(-200deg) ; opacity: 0;  }
   100% { transform-origin: center center; transform: rotate(0deg) ; opacity: 1;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes twister-down-in
{
   0% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   30% { transform: translate(0px,-200%) rotate(360deg) scale(0,0) ; transform-origin: 0 100%;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
@keyframes vanish-in
{
   0% { transform: rotate(0deg) scale(2,2) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
a.White_Links
{
   color: #FFFFFF;
   text-decoration: none;
}
a.White_Links:visited
{
   color: #FFFFFF;
   text-decoration: none;
}
a.White_Links:active
{
   color: #FFFFFF;
   text-decoration: none;
}
a.White_Links:hover
{
   color: #FFFFFF;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.Yellow_Links_Blk_Background
{
   color: #FFFF00;
   background: #000000;
   text-decoration: none;
}
a.Yellow_Links_Blk_Background:visited
{
   color: #FFFF00;
   background: #000000;
   text-decoration: none;
}
a.Yellow_Links_Blk_Background:active
{
   color: #FFFF00;
   background: #000000;
   text-decoration: none;
}
a.Yellow_Links_Blk_Background:hover
{
   color: #FFFF00;
   background: #000000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.Yellow_Links_Clear_Background
{
   color: #FFFF00;
   text-decoration: none;
}
a.Yellow_Links_Clear_Background:visited
{
   color: #FFFF00;
   background: #000000;
   text-decoration: none;
}
a.Yellow_Links_Clear_Background:active
{
   color: #FFFF00;
   background: #000000;
   text-decoration: none;
}
a.Yellow_Links_Clear_Background:hover
{
   color: #FFFF00;
   background: #000000;
   font-weight: bold;
   font-style: italic;
   text-decoration: none;
}
a.Bold_Blue_Link_mouse_over
{
   color: #BDB76B;
   font-weight: bold;
   text-decoration: none;
}
a.Bold_Blue_Link_mouse_over:visited
{
   color: #BDB76B;
   font-weight: bold;
   text-decoration: none;
}
a.Bold_Blue_Link_mouse_over:active
{
   color: #BDB76B;
   font-weight: bold;
   text-decoration: none;
}
a.Bold_Blue_Link_mouse_over:hover
{
   color: #2E8B57;
   font-weight: bold;
   text-decoration: none;
}
a.All_White
{
   color: #FFFFFF;
   text-decoration: none;
}
a.All_White:visited
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.All_White:active
{
   color: #FFFFFF;
   text-decoration: underline;
}
a.All_White:hover
{
   color: #FFFFFF;
   background: #FF6000;
   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: #000000;
   --color: #000000;
   background-color: transparent;
   margin: 0 0 0 0;
   padding: 0 0 0 0;
   display: inline;
}
h3, .h3
{
   font-family: Arial;
   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-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-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-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;
}
