@-webkit-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-moz-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-o-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-ms-keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@keyframes rainbow-background
{
   0% { background-color: #FF3399;  }
   23% { background-color: #FF6633;  }
   48% { background-color: #FFF802;  }
   80% { background-color: #04A396;  }
   100% { background-color: #3366FF;  }
}
@-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 transform-bounce
{
   0% { -webkit-transform:  rotate(0deg);  }
   20% { -webkit-transform:  rotate(0deg);  }
   40% { -webkit-transform:  rotate(0deg) translate(0px,-30px);  }
   50% { -webkit-transform:  rotate(0deg) translate(0px,0px);  }
   60% { -webkit-transform:  rotate(0deg) translate(0px,-15px);  }
   80% { -webkit-transform:  rotate(0deg) translate(0px,0px);  }
   100% { -webkit-transform:  rotate(0deg) translate(0px,0px);  }
}
@-moz-keyframes transform-bounce
{
   0% { -moz-transform:  rotate(0deg);  }
   20% { -moz-transform:  rotate(0deg);  }
   40% { -moz-transform:  rotate(0deg) translate(0px,-30px);  }
   50% { -moz-transform:  rotate(0deg) translate(0px,0px);  }
   60% { -moz-transform:  rotate(0deg) translate(0px,-15px);  }
   80% { -moz-transform:  rotate(0deg) translate(0px,0px);  }
   100% { -moz-transform:  rotate(0deg) translate(0px,0px);  }
}
@-o-keyframes transform-bounce
{
   0% { -o-transform:  rotate(0deg);  }
   20% { -o-transform:  rotate(0deg);  }
   40% { -o-transform:  rotate(0deg) translate(0px,-30px);  }
   50% { -o-transform:  rotate(0deg) translate(0px,0px);  }
   60% { -o-transform:  rotate(0deg) translate(0px,-15px);  }
   80% { -o-transform:  rotate(0deg) translate(0px,0px);  }
   100% { -o-transform:  rotate(0deg) translate(0px,0px);  }
}
@-ms-keyframes transform-bounce
{
   0% { -ms-transform:  rotate(0deg);  }
   20% { -ms-transform:  rotate(0deg);  }
   40% { -ms-transform:  rotate(0deg) translate(0px,-30px);  }
   50% { -ms-transform:  rotate(0deg) translate(0px,0px);  }
   60% { -ms-transform:  rotate(0deg) translate(0px,-15px);  }
   80% { -ms-transform:  rotate(0deg) translate(0px,0px);  }
   100% { -ms-transform:  rotate(0deg) translate(0px,0px);  }
}
@keyframes transform-bounce
{
   0% { transform:  rotate(0deg);  }
   20% { transform:  rotate(0deg);  }
   40% { transform:  rotate(0deg) translate(0px,-30px);  }
   50% { transform:  rotate(0deg) translate(0px,0px);  }
   60% { transform:  rotate(0deg) translate(0px,-15px);  }
   80% { transform:  rotate(0deg) translate(0px,0px);  }
   100% { transform:  rotate(0deg) translate(0px,0px);  }
}
a
{
   color: #0000FF;
   text-decoration: none;
}
a:visited
{
   color: #98FB98;
}
a:active
{
   color: #DC143C;
}
a:hover
{
   color: #0000FF;
   text-decoration: none;
}
a.BLUE_NO_LINE
{
   color: #0000BB;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_NO_LINE:visited
{
   color: #800080;
   text-decoration: underline;
}
a.BLUE_NO_LINE:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.BLUE_NO_LINE:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.GREEN_NO_LINE
{
   color: #006400;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN_NO_LINE:visited
{
   color: #800080;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN_NO_LINE:active
{
   color: #B22222;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN_NO_LINE:hover
{
   color: #0000FF;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE_NO_LINE
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
a.WHITE_NO_LINE:visited
{
   color: #800080;
   text-decoration: underline;
}
a.WHITE_NO_LINE:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.WHITE_NO_LINE:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.RED_NO_LINK_2_BOLD
{
   color: #B22222;
   font-weight: bold;
   text-decoration: none;
}
a.RED_NO_LINK_2_BOLD:visited
{
   color: #800080;
   text-decoration: underline;
}
a.RED_NO_LINK_2_BOLD:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.RED_NO_LINK_2_BOLD:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.AQUA_DARK
{
   color: #469AA4;
   font-weight: bold;
   text-decoration: none;
}
a.AQUA_DARK:visited
{
   color: #800080;
   text-decoration: underline;
}
a.AQUA_DARK:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.AQUA_DARK:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.PINK_DARK
{
   color: #BB005E;
   font-weight: bold;
   text-decoration: none;
}
a.PINK_DARK:visited
{
   color: #800080;
   text-decoration: underline;
}
a.PINK_DARK:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.PINK_DARK:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.GREEN_EMERALD
{
   color: #006A6A;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN_EMERALD:visited
{
   color: #800080;
   text-decoration: underline;
}
a.GREEN_EMERALD:active
{
   color: #FF0000;
   text-decoration: underline;
}
a.GREEN_EMERALD:hover
{
   color: #0000FF;
   text-decoration: underline;
}
.styleFCN
{
   font-family: Arial;
   font-weight: bold;
   font-size: 12px;
   font-style: normal;
   text-decoration: none;
   color: #2F4F4F;
   background-color: #FFFFFF;
   border: 3px #000000 solid;
   -moz-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   padding: 1px 1px 1px 1px;
   -moz-box-shadow: 0px 0px 3px #000000;
   -webkit-box-shadow: 0px 0px 3px #000000;
   box-shadow: 0px 0px 3px #000000;
   border-radius: 3px;
   -webkit-border-radius: 3px;
   -moz-border-radius: 3px;
}
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;
}
