@-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 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 transform-spring
{
   0% { -webkit-transform:  rotate(0deg);  }
   30% { -webkit-transform:  rotate(0deg) scale(1.0,0.5);  }
   40% { -webkit-transform:  rotate(0deg) scale(1.0,1.5);  }
   50% { -webkit-transform:  rotate(0deg) scale(1.0,0.7);  }
   61% { -webkit-transform:  rotate(0deg) scale(1.0,1.4);  }
   72% { -webkit-transform:  rotate(0deg) scale(1.0,0.8);  }
   83% { -webkit-transform:  rotate(0deg) scale(1.0,1.2);  }
   100% { -webkit-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-moz-keyframes transform-spring
{
   0% { -moz-transform:  rotate(0deg);  }
   30% { -moz-transform:  rotate(0deg) scale(1.0,0.5);  }
   40% { -moz-transform:  rotate(0deg) scale(1.0,1.5);  }
   50% { -moz-transform:  rotate(0deg) scale(1.0,0.7);  }
   61% { -moz-transform:  rotate(0deg) scale(1.0,1.4);  }
   72% { -moz-transform:  rotate(0deg) scale(1.0,0.8);  }
   83% { -moz-transform:  rotate(0deg) scale(1.0,1.2);  }
   100% { -moz-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-o-keyframes transform-spring
{
   0% { -o-transform:  rotate(0deg);  }
   30% { -o-transform:  rotate(0deg) scale(1.0,0.5);  }
   40% { -o-transform:  rotate(0deg) scale(1.0,1.5);  }
   50% { -o-transform:  rotate(0deg) scale(1.0,0.7);  }
   61% { -o-transform:  rotate(0deg) scale(1.0,1.4);  }
   72% { -o-transform:  rotate(0deg) scale(1.0,0.8);  }
   83% { -o-transform:  rotate(0deg) scale(1.0,1.2);  }
   100% { -o-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@-ms-keyframes transform-spring
{
   0% { -ms-transform:  rotate(0deg);  }
   30% { -ms-transform:  rotate(0deg) scale(1.0,0.5);  }
   40% { -ms-transform:  rotate(0deg) scale(1.0,1.5);  }
   50% { -ms-transform:  rotate(0deg) scale(1.0,0.7);  }
   61% { -ms-transform:  rotate(0deg) scale(1.0,1.4);  }
   72% { -ms-transform:  rotate(0deg) scale(1.0,0.8);  }
   83% { -ms-transform:  rotate(0deg) scale(1.0,1.2);  }
   100% { -ms-transform:  rotate(0deg) scale(1.0,1.0);  }
}
@keyframes transform-spring
{
   0% { transform:  rotate(0deg);  }
   30% { transform:  rotate(0deg) scale(1.0,0.5);  }
   40% { transform:  rotate(0deg) scale(1.0,1.5);  }
   50% { transform:  rotate(0deg) scale(1.0,0.7);  }
   61% { transform:  rotate(0deg) scale(1.0,1.4);  }
   72% { transform:  rotate(0deg) scale(1.0,0.8);  }
   83% { transform:  rotate(0deg) scale(1.0,1.2);  }
   100% { transform:  rotate(0deg) scale(1.0,1.0);  }
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #98FB98;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.BLUE_NO_LINE
{
   color: #0000CD;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_NO_LINE:visited
{
   color: #483D8B;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_NO_LINE:active
{
   color: #BE0F14;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_NO_LINE:hover
{
   color: #053E8B;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_DARK
{
   color: #191970;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_DARK:visited
{
   color: #483D8B;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_DARK:active
{
   color: #A52A2A;
   font-weight: bold;
   text-decoration: none;
}
a.BLUE_DARK:hover
{
   color: #6A5ACD;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN_NO_LINE
{
   color: #006400;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN_NO_LINE:visited
{
   color: #4B0082;
   font-weight: bold;
   text-decoration: none;
}
a.GREEN_NO_LINE:active
{
   color: #DF0000;
   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: #B10E12;
   font-weight: bold;
   text-decoration: none;
}
a.RED_NO_LINK_2_BOLD:visited
{
   color: #800080;
   font-weight: bold;
   text-decoration: none;
}
a.RED_NO_LINK_2_BOLD:active
{
   color: #483D8B;
   font-weight: bold;
   text-decoration: none;
}
a.RED_NO_LINK_2_BOLD:hover
{
   color: #053E8B;
   font-weight: bold;
   text-decoration: none;
}
a.GREY
{
   color: #696969;
   font-weight: bold;
   text-decoration: none;
}
a.GREY:visited
{
   color: #483D8B;
   font-weight: bold;
   text-decoration: none;
}
a.GREY:active
{
   color: #BE0F14;
   font-weight: bold;
   text-decoration: none;
}
a.GREY:hover
{
   color: #0000CD;
   font-weight: bold;
   text-decoration: none;
}
a.AQUA
{
   color: #2C7A67;
   font-weight: bold;
   text-decoration: none;
}
a.AQUA:visited
{
   color: #4B0082;
   font-weight: bold;
   text-decoration: none;
}
a.AQUA:active
{
   color: #DF0000;
   font-weight: bold;
   text-decoration: none;
}
a.AQUA:hover
{
   color: #00008B;
   font-weight: bold;
   text-decoration: none;
}
a.YELLO
{
   color: #FDEB68;
   background: #191970;
   font-weight: bold;
   text-decoration: none;
   -webkit-text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
   -moz-text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
   text-shadow: 0px 0px 2px rgba(0,0,0,1.00);
}
a.YELLO:visited
{
   color: #7B68EE;
   font-weight: bold;
   text-decoration: none;
}
a.YELLO:active
{
   color: #FF0000;
   font-weight: bold;
   text-decoration: none;
}
a.YELLO:hover
{
   color: #1E90FF;
   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;
}
