@-webkit-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-moz-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-o-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-ms-keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@keyframes animate-background
{
   0% { background-color: #000000;  }
   100% { background-color: #FFFFFF;  }
}
@-webkit-keyframes magic-in
{
   0% { -webkit-transform-origin: 200% 500%; -webkit-transform:  rotate(270deg) scale(0,0); opacity: 0;  }
   100% { -webkit-transform-origin: 100% 200%; -webkit-transform:  rotate(0deg) scale(1,1); opacity: 1;  }
}
@-moz-keyframes magic-in
{
   0% { -moz-transform-origin: 200% 500%; -moz-transform:  rotate(270deg) scale(0,0); opacity: 0;  }
   100% { -moz-transform-origin: 100% 200%; -moz-transform:  rotate(0deg) scale(1,1); opacity: 1;  }
}
@-o-keyframes magic-in
{
   0% { -o-transform-origin: 200% 500%; -o-transform:  rotate(270deg) scale(0,0); opacity: 0;  }
   100% { -o-transform-origin: 100% 200%; -o-transform:  rotate(0deg) scale(1,1); opacity: 1;  }
}
@-ms-keyframes magic-in
{
   0% { -ms-transform-origin: 200% 500%; -ms-transform:  rotate(270deg) scale(0,0); opacity: 0;  }
   100% { -ms-transform-origin: 100% 200%; -ms-transform:  rotate(0deg) scale(1,1); opacity: 1;  }
}
@keyframes magic-in
{
   0% { transform-origin: 200% 500%; transform:  rotate(270deg) scale(0,0); opacity: 0;  }
   100% { transform-origin: 100% 200%; transform:  rotate(0deg) scale(1,1); opacity: 1;  }
}
@-webkit-keyframes rotate-left
{
   0% { -webkit-transform: perspective(800px) rotateX(0deg) rotateY(1deg) scale3d(1,1,1) translate3d(0px,0px,0px); opacity: 1; -webkit-transform-origin: 0 0;  }
   100% { -webkit-transform: perspective(800px) rotateX(0deg) rotateY(180deg) scale3d(1,1,1) translate3d(0px,0px,300px); -webkit-transform-origin: 50% 0; opacity: 0;  }
}
@-moz-keyframes rotate-left
{
   0% { -moz-transform: perspective(800px) rotateX(0deg) rotateY(1deg) scale3d(1,1,1) translate3d(0px,0px,0px); opacity: 1; -moz-transform-origin: 0 0;  }
   100% { -moz-transform: perspective(800px) rotateX(0deg) rotateY(180deg) scale3d(1,1,1) translate3d(0px,0px,300px); -moz-transform-origin: 50% 0; opacity: 0;  }
}
@-o-keyframes rotate-left
{
   0% { -o-transform: perspective(800px) rotateX(0deg) rotateY(1deg) scale3d(1,1,1) translate3d(0px,0px,0px); opacity: 1; -o-transform-origin: 0 0;  }
   100% { -o-transform: perspective(800px) rotateX(0deg) rotateY(180deg) scale3d(1,1,1) translate3d(0px,0px,300px); -o-transform-origin: 50% 0; opacity: 0;  }
}
@-ms-keyframes rotate-left
{
   0% { -ms-transform: perspective(800px) rotateX(0deg) rotateY(1deg) scale3d(1,1,1) translate3d(0px,0px,0px); opacity: 1; -ms-transform-origin: 0 0;  }
   100% { -ms-transform: perspective(800px) rotateX(0deg) rotateY(180deg) scale3d(1,1,1) translate3d(0px,0px,300px); -ms-transform-origin: 50% 0; opacity: 0;  }
}
@keyframes rotate-left
{
   0% { transform: perspective(800px) rotateX(0deg) rotateY(1deg) scale3d(1,1,1) translate3d(0px,0px,0px); opacity: 1; transform-origin: 0 0;  }
   100% { transform: perspective(800px) rotateX(0deg) rotateY(180deg) scale3d(1,1,1) translate3d(0px,0px,300px); transform-origin: 50% 0; opacity: 0;  }
}
@-webkit-keyframes slide-left-in
{
   0% { -webkit-transform:  rotate(1deg) translate(-100%,0px); opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform:  rotate(0deg) translate(0px,0px); -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-left-in
{
   0% { -moz-transform:  rotate(1deg) translate(-100%,0px); opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform:  rotate(0deg) translate(0px,0px); -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-left-in
{
   0% { -o-transform:  rotate(1deg) translate(-100%,0px); opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform:  rotate(0deg) translate(0px,0px); -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-left-in
{
   0% { -ms-transform:  rotate(1deg) translate(-100%,0px); opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform:  rotate(0deg) translate(0px,0px); -ms-transform-origin: 0 0;  }
}
@keyframes slide-left-in
{
   0% { transform:  rotate(1deg) translate(-100%,0px); opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform:  rotate(0deg) translate(0px,0px); transform-origin: 0 0;  }
}
@-webkit-keyframes slide-right-in
{
   0% { -webkit-transform:  rotate(1deg) translate(100%,0px); opacity: 0; -webkit-transform-origin: 0 0;  }
   100% { opacity: 1; -webkit-transform:  rotate(0deg) translate(0px,0px); -webkit-transform-origin: 0 0;  }
}
@-moz-keyframes slide-right-in
{
   0% { -moz-transform:  rotate(1deg) translate(100%,0px); opacity: 0; -moz-transform-origin: 0 0;  }
   100% { opacity: 1; -moz-transform:  rotate(0deg) translate(0px,0px); -moz-transform-origin: 0 0;  }
}
@-o-keyframes slide-right-in
{
   0% { -o-transform:  rotate(1deg) translate(100%,0px); opacity: 0; -o-transform-origin: 0 0;  }
   100% { opacity: 1; -o-transform:  rotate(0deg) translate(0px,0px); -o-transform-origin: 0 0;  }
}
@-ms-keyframes slide-right-in
{
   0% { -ms-transform:  rotate(1deg) translate(100%,0px); opacity: 0; -ms-transform-origin: 0 0;  }
   100% { opacity: 1; -ms-transform:  rotate(0deg) translate(0px,0px); -ms-transform-origin: 0 0;  }
}
@keyframes slide-right-in
{
   0% { transform:  rotate(1deg) translate(100%,0px); opacity: 0; transform-origin: 0 0;  }
   100% { opacity: 1; transform:  rotate(0deg) translate(0px,0px); transform-origin: 0 0;  }
}
@-webkit-keyframes swash-in
{
   0% { -webkit-transform:  rotate(0deg) scale(0,0); opacity: 0; -webkit-transform-origin: 50% 50%;  }
   90% { -webkit-transform:  rotate(0deg) scale(0.9,0.9); -webkit-transform-origin: 50% 50%; opacity: 1;  }
   100% { -webkit-transform:  rotate(0deg) scale(1,1); -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes swash-in
{
   0% { -moz-transform:  rotate(0deg) scale(0,0); opacity: 0; -moz-transform-origin: 50% 50%;  }
   90% { -moz-transform:  rotate(0deg) scale(0.9,0.9); -moz-transform-origin: 50% 50%; opacity: 1;  }
   100% { -moz-transform:  rotate(0deg) scale(1,1); -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes swash-in
{
   0% { -o-transform:  rotate(0deg) scale(0,0); opacity: 0; -o-transform-origin: 50% 50%;  }
   90% { -o-transform:  rotate(0deg) scale(0.9,0.9); -o-transform-origin: 50% 50%; opacity: 1;  }
   100% { -o-transform:  rotate(0deg) scale(1,1); -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes swash-in
{
   0% { -ms-transform:  rotate(0deg) scale(0,0); opacity: 0; -ms-transform-origin: 50% 50%;  }
   90% { -ms-transform:  rotate(0deg) scale(0.9,0.9); -ms-transform-origin: 50% 50%; opacity: 1;  }
   100% { -ms-transform:  rotate(0deg) scale(1,1); -ms-transform-origin: 50% 50%;  }
}
@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%;  }
}
a
{
   color: #0000FF;
   text-decoration: none;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #7B68EE;
   text-decoration: none;
}
a.BLUE
{
   color: #00008B;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE:visited
{
   color: #7B68EE;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE:active
{
   color: #B22222;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-LIGHT
{
   color: #57C0FF;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-LIGHT:visited
{
   color: #FFCD35;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-LIGHT:active
{
   color: #DC143C;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-LIGHT:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-MEDIUM
{
   color: #4169E1;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-MEDIUM:visited
{
   color: #B22222;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-MEDIUM:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE-MEDIUM:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.GOLD
{
   color: #EACC6A;
   font-weight: bold;
   text-decoration: none;
}
a.GOLD:visited
{
   color: #FFCD35;
   font-weight: bold;
   text-decoration: none;
}
a.GOLD:active
{
   color: #1E90FF;
   font-weight: bold;
   text-decoration: none;
}
a.GOLD:hover
{
   color: #DC143C;
   font-weight: bold;
   text-decoration: none;
}
a.YELLOW-LITE
{
   color: #FFFFA0;
   font-weight: bold;
   text-decoration: none;
}
a.YELLOW-LITE:visited
{
   color: #6A5ACD;
   font-weight: bold;
   text-decoration: none;
}
a.YELLOW-LITE:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.YELLOW-LITE:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.RED
{
   color: #DC143C;
   font-weight: bold;
   text-decoration: none;
}
a.RED:visited
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.RED:active
{
   color: #1E90FF;
   font-weight: bold;
   text-decoration: none;
}
a.RED:hover
{
   color: #4169E1;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-BRIGHT
{
   color: #95FFD8;
   background: #191970;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-BRIGHT:visited
{
   color: #BA55D3;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-BRIGHT:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-BRIGHT:hover
{
   color: #4169E1;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE
{
   color: #FFFFFF;
   background: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE:visited
{
   color: #9370DB;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-XMAS
{
   color: #00FEFE;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-XMAS:visited
{
   color: #7B68EE;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-XMAS:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN-XMAS:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 32px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h2
{
   font-family: Arial;
   font-weight: bold;
   font-size: 27px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h3
{
   font-family: Arial;
   font-weight: normal;
   font-size: 24px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h4
{
   font-family: Arial;
   font-weight: normal;
   font-size: 21px;
   font-style: italic;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h5
{
   font-family: Arial;
   font-weight: normal;
   font-size: 19px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
h6
{
   font-family: Arial;
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.CustomStyle
{
   font-family: "Courier New";
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   color: #000080;
   background-color: transparent;
}
