div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #000000;
   color: #DCDCDC;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
   overflow-x: auto;
   overflow-y: auto;
}
@-webkit-keyframes fall
{
   0% { -webkit-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -webkit-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-moz-keyframes fall
{
   0% { -moz-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -moz-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-o-keyframes fall
{
   0% { -o-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -o-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-ms-keyframes fall
{
   0% { -ms-transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { -ms-transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@keyframes fall
{
   0% { transform: perspective(1300px) translate3d(0px,0px,600px) rotateX(20deg) ; opacity: 0;  }
   100% { transform: translate3d(0px,0px,0px) rotateX(0deg) ; opacity: 1;  }
}
@-webkit-keyframes funny-in
{
   0% { -webkit-transform: rotate(360deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   20% { -webkit-transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; -webkit-transform-origin: 0 100%;  }
   40% { -webkit-transform: rotate(0deg) scale(0.5,0.5) ; -webkit-transform-origin: 100% 100%;  }
   60% { -webkit-transform: rotate(0deg) scale(0.5,0.5) ; -webkit-transform-origin: 100% 0;  }
   80% { -webkit-transform-origin: 0 0; -webkit-transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes funny-in
{
   0% { -moz-transform: rotate(360deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   20% { -moz-transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; -moz-transform-origin: 0 100%;  }
   40% { -moz-transform: rotate(0deg) scale(0.5,0.5) ; -moz-transform-origin: 100% 100%;  }
   60% { -moz-transform: rotate(0deg) scale(0.5,0.5) ; -moz-transform-origin: 100% 0;  }
   80% { -moz-transform-origin: 0 0; -moz-transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes funny-in
{
   0% { -o-transform: rotate(360deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   20% { -o-transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; -o-transform-origin: 0 100%;  }
   40% { -o-transform: rotate(0deg) scale(0.5,0.5) ; -o-transform-origin: 100% 100%;  }
   60% { -o-transform: rotate(0deg) scale(0.5,0.5) ; -o-transform-origin: 100% 0;  }
   80% { -o-transform-origin: 0 0; -o-transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes funny-in
{
   0% { -ms-transform: rotate(360deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   20% { -ms-transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; -ms-transform-origin: 0 100%;  }
   40% { -ms-transform: rotate(0deg) scale(0.5,0.5) ; -ms-transform-origin: 100% 100%;  }
   60% { -ms-transform: rotate(0deg) scale(0.5,0.5) ; -ms-transform-origin: 100% 0;  }
   80% { -ms-transform-origin: 0 0; -ms-transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes funny-in
{
   0% { transform: rotate(360deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   20% { transform: rotate(0deg) scale(0.5,0.5) ; opacity: 1; transform-origin: 0 100%;  }
   40% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 100%;  }
   60% { transform: rotate(0deg) scale(0.5,0.5) ; transform-origin: 100% 0;  }
   80% { transform-origin: 0 0; transform: rotate(0deg) scale(0.5,0.5) ;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-moz-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-o-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-ms-keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@keyframes rainbow-text
{
   0% { color: #FF3399;  }
   23% { color: #FF6633;  }
   48% { color: #FFF802;  }
   80% { color: #04A396;  }
   100% { color: #3366FF;  }
}
@-webkit-keyframes super-scaled-in
{
   0% { -webkit-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes super-scaled-in
{
   0% { -moz-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes super-scaled-in
{
   0% { -o-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes super-scaled-in
{
   0% { -ms-transform: rotate(0deg) scale(2.0,2.0) ; opacity: 0;  }
   100% { opacity: 1; -ms-transform: rotate(0deg) scale(1.0,1.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) ;  }
}
@-webkit-keyframes swap
{
   0% { -webkit-transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; -webkit-transform-origin: 0 100%; opacity: 0;  }
   100% { -webkit-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -webkit-transform-origin: 100% 100%; opacity: 1;  }
}
@-moz-keyframes swap
{
   0% { -moz-transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; -moz-transform-origin: 0 100%; opacity: 0;  }
   100% { -moz-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -moz-transform-origin: 100% 100%; opacity: 1;  }
}
@-o-keyframes swap
{
   0% { -o-transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; -o-transform-origin: 0 100%; opacity: 0;  }
   100% { -o-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -o-transform-origin: 100% 100%; opacity: 1;  }
}
@-ms-keyframes swap
{
   0% { -ms-transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; -ms-transform-origin: 0 100%; opacity: 0;  }
   100% { -ms-transform: translate(0px,0px) rotate(0deg) scale(1,1) ; -ms-transform-origin: 100% 100%; opacity: 1;  }
}
@keyframes swap
{
   0% { transform: translate(-700px,0px) rotate(0deg) scale(0,0) ; transform-origin: 0 100%; opacity: 0;  }
   100% { transform: translate(0px,0px) rotate(0deg) scale(1,1) ; transform-origin: 100% 100%; opacity: 1;  }
}
@-webkit-keyframes transform-peek
{
   0% { -webkit-transform: rotate(0deg) ;  }
   50% { -webkit-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-peek
{
   0% { -moz-transform: rotate(0deg) ;  }
   50% { -moz-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes transform-peek
{
   0% { -o-transform: rotate(0deg) ;  }
   50% { -o-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes transform-peek
{
   0% { -ms-transform: rotate(0deg) ;  }
   50% { -ms-transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-peek
{
   0% { transform: rotate(0deg) ;  }
   50% { transform: rotate(10deg) scale(1.2,1.2) ;  }
   100% { transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes transform-scale-in
{
   0% { opacity: 0; -webkit-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -webkit-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-moz-keyframes transform-scale-in
{
   0% { opacity: 0; -moz-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -moz-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-o-keyframes transform-scale-in
{
   0% { opacity: 0; -o-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -o-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-ms-keyframes transform-scale-in
{
   0% { opacity: 0; -ms-transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; -ms-transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@keyframes transform-scale-in
{
   0% { opacity: 0; transform: rotate(0deg) scale(0,0) ;  }
   100% { opacity: 1; transform: rotate(0deg) scale(1.0,1.0) ;  }
}
@-webkit-keyframes hole-in
{
   0% { -webkit-transform: rotate(180deg) scale(0,0) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes hole-in
{
   0% { -moz-transform: rotate(180deg) scale(0,0) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes hole-in
{
   0% { -o-transform: rotate(180deg) scale(0,0) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes hole-in
{
   0% { -ms-transform: rotate(180deg) scale(0,0) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes hole-in
{
   0% { transform: rotate(180deg) scale(0,0) ; opacity: 0; transform-origin: 50% 50%;  }
   100% { transform: rotate(0deg) scale(1,1) ; opacity: 1; transform-origin: 50% 50%;  }
}
@-webkit-keyframes puff-in
{
   0% { -webkit-transform: rotate(0deg) scale(2,2) ; opacity: 0; -webkit-transform-origin: 50% 50%;  }
   100% { -webkit-transform: rotate(0deg) scale(1,1) ; opacity: 1; -webkit-transform-origin: 50% 50%;  }
}
@-moz-keyframes puff-in
{
   0% { -moz-transform: rotate(0deg) scale(2,2) ; opacity: 0; -moz-transform-origin: 50% 50%;  }
   100% { -moz-transform: rotate(0deg) scale(1,1) ; opacity: 1; -moz-transform-origin: 50% 50%;  }
}
@-o-keyframes puff-in
{
   0% { -o-transform: rotate(0deg) scale(2,2) ; opacity: 0; -o-transform-origin: 50% 50%;  }
   100% { -o-transform: rotate(0deg) scale(1,1) ; opacity: 1; -o-transform-origin: 50% 50%;  }
}
@-ms-keyframes puff-in
{
   0% { -ms-transform: rotate(0deg) scale(2,2) ; opacity: 0; -ms-transform-origin: 50% 50%;  }
   100% { -ms-transform: rotate(0deg) scale(1,1) ; opacity: 1; -ms-transform-origin: 50% 50%;  }
}
@keyframes puff-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%;  }
}
@-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: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
h3
{
   font-family: "Century Schoolbook";
   font-weight: normal;
   font-size: 37px;
   text-align: center;
   text-decoration: none;
   color: #8EA3A4;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   -webkit-animation-name: rainbow-text;
   -moz-animation-name: rainbow-text;
   animation-name: rainbow-text;
   -webkit-animation-duration: 500ms;
   -moz-animation-duration: 500ms;
   animation-duration: 500ms;
   -webkit-animation-delay: 50ms;
   -moz-animation-delay: 50ms;
   animation-delay: 50ms;
   -webkit-animation-timing-function: linear;
   -moz-animation-timing-function: linear;
   animation-timing-function: linear;
   -webkit-animation-iteration-count: 1;
   -moz-animation-iteration-count: 1;
   animation-iteration-count: 1;
   -webkit-animation-direction: normal;
   -moz-animation-direction: normal;
   animation-direction: normal;
   -webkit-animation-fill-mode: forwards;
   -moz-animation-fill-mode: forwards;
   animation-fill-mode: forwards;
   -webkit-transition-property: all;
   -moz-transition-property: all;
   transition-property: all;
   -webkit-transition-duration: 500ms;
   -moz-transition-duration: 500ms;
   transition-duration: 500ms;
   -webkit-transition-delay: 50ms;
   -moz-transition-delay: 50ms;
   transition-delay: 50ms;
   -webkit-transition-timing-function: linear;
   -moz-transition-timing-function: linear;
   transition-timing-function: linear;
   -moz-animation-direction: normal;
   -webkit-animation-iteration-count: 1;
   -webkit-animation-timing-function: linear;
   -moz-animation-duration: 500ms;
   -moz-animation-iteration-count: 1;
   -moz-animation-timing-function: linear;
   animation-delay: 50ms;
   animation-iteration-count: 1;
   animation-timing-function: linear;
   -webkit-transition-delay: 50ms;
   transition-timing-function: linear;
   animation-duration: 500ms;
   transition-duration: 500ms;
   -webkit-transition-duration: 500ms;
   transition-property: all;
   -webkit-transition-property: all;
   animation-name: rainbow-text;
   -moz-animation-name: rainbow-text;
   -moz-transition-duration: 500ms;
   -moz-transition-property: all;
   animation-fill-mode: forwards;
   -webkit-animation-fill-mode: forwards;
   transition-delay: 50ms;
   -webkit-animation-duration: 500ms;
   -moz-transition-timing-function: linear;
   -webkit-transition-timing-function: linear;
   -moz-animation-fill-mode: forwards;
   -webkit-animation-name: rainbow-text;
   -webkit-animation-delay: 50ms;
   -moz-transition-delay: 50ms;
   display: inline;
   -moz-animation-delay: 50ms;
   animation-direction: normal;
   -webkit-animation-direction: normal;
}
#PageHeader
{
   background-color: #080D26;
   background: -moz-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -webkit-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -o-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: -ms-linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   background: linear-gradient(bottom,#080D26 0%,#2A3D5A 100%);
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#MainMediaPlayer1
{
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#wb_MainMediaPlayer1
{
   overflow: hidden !important;
   position: fixed !important;
   left: 0 !important;
   top: 0 !important;
   width: 100% !important;
   height: 100% !important;
}
#MainBanner1
{
   background-color: transparent;
   background-image: none;
   border: 0px transparent solid;
   color: #D3D3D3;
   font-family: "Yu Gothic Light";
   font-weight: normal;
   font-size: 29px;
   text-align: center;
}
#MainBanner1 span
{
   display: block;
   height: 29px;
   margin: 1px 0px 1px 0px;
}
#MainBanner1 span:before, #MainBanner1 span:after 
{
   display: block;
   position: absolute;
   top: 45px;
   left: 0;
   right: 0;
}
#MainBanner1 span:before 
{
   content: "NewDownrigger.com";
   opacity: .3;
   -webkit-transform: scaleY(-1);
   -moz-transform: scaleY(-1);
   -ms-transform: scaleY(-1);
   -o-transform: scaleY(-1);
   transform: scaleY(-1);
}
#MainBanner1
{
   -webkit-animation: puff-in 500ms linear 0ms 1 normal both;
   -moz-animation: puff-in 500ms linear 0ms 1 normal both;
   animation: puff-in 500ms linear 0ms 1 normal both;
}
#MainSiteSearch1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color :#F5F5F5;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   padding: 4px 4px 4px 4px;
   text-align: left;
   vertical-align: middle;
}
.autocomplete
{
   position: absolute;
   background: #2E455F;
   border: 1px solid #6E8FCC;
   font-family: SimSun;
   font-weight: normal;
   font-size: 19px;
   list-style-type: none;
   z-index: 999;
   padding: 0;
   width: 125px;
   margin: 0;
}
.autocomplete li
{
   padding: 0;
   margin: 0;
}
.autocomplete li.selected
{
   background: #008;
   color: #FFFFFF;
}
.ui-dialog
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-title
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   color: #2779AA;
}
.ui-dialog .ui-dialog-titlebar
{
   padding: 4px 4px 4px 4px;
}
.ui-dialog .ui-dialog-content
{
   padding: 5px 1px 1px 1px;
}
.ui-dialog .ui-dialog-titlebar-close
{
   right: 12px;
}
.ui-dialog .ui-dialog-buttonpane button
{
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
}
.ui-dialog .highlight
{
   background-color: #FFDAB9;
   color: #2E4133;
}
#MainButton1
{
   border: 1px #6E8FCC solid;
   border-radius: 2px;
   background-color: #2E455F;
   background-image: none;
   color: #C0C0C0;
   font-family: Sylfaen;
   font-weight: normal;
   font-size: 19px;
   -webkit-animation: swash-in 500ms linear 0ms 1 normal both;
   -moz-animation: swash-in 500ms linear 0ms 1 normal both;
   animation: swash-in 500ms linear 0ms 1 normal both;
}
#MainLine1
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine2
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#MainLine3
{
   border-color: #A9A9A9;
   border-style: double;
   border-bottom-width: 1px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#master_frameBreadcrumb1
{
   padding: 12px 15px 12px 15px;
   list-style: none;
   background-color: #2E455F;
   background-image: none;
   border: 1px #C0C0C0 solid;
   border-radius: 2px;
   font-family: "HP Simplified";
   font-weight: normal;
   font-size: 0;
   text-align: center;
}
#master_frameBreadcrumb1 > li
{
   display: inline-block;
   font-size: 13px;
}
#master_frameBreadcrumb1 a
{
   color: #C0C0C0;
   text-decoration: none;
}
#master_frameBreadcrumb1 a:hover
{
   color: #23527C;
   text-decoration: underline;
}
#master_frameBreadcrumb1 > .active
{
   color: #A9A9A9;
}
#master_frameBreadcrumb1 > li + li:before
{
   content: "/";
   padding: 0 5px;
   color: #696969;
}
#wb_Text1hkj 
{
   background-color: #2E455F;
   background-image: none;
   border: 1px #546776 solid;
   border-radius: 2px;
   padding: 0;
   margin: 0;
   text-align: center;
}
#wb_Text1hkj
{
   font-family: HelvLight;
   font-weight: normal;
   font-size: 11px;
   line-height: 13px;
}
#wb_Text1hkj div
{
   text-align: center;
   white-space: nowrap;
}
#wb_masterClipArt7 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt7 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt7 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt7 a:hover span
{
   visibility: hidden;
}
#masterClipArt7
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt7:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_MainClipArt3 a canvas
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 span
{
   position: absolute;
   left: 0;
}
#wb_MainClipArt3 a .hover
{
   visibility: hidden;
}
#wb_MainClipArt3 a:hover .hover
{
   visibility: visible;
}
#wb_MainClipArt3 a:hover span
{
   visibility: hidden;
}
#MainClipArt3
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#MainClipArt3:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_masterClipArt2 a canvas
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 span
{
   position: absolute;
   left: 0;
}
#wb_masterClipArt2 a .hover
{
   visibility: hidden;
}
#wb_masterClipArt2 a:hover .hover
{
   visibility: visible;
}
#wb_masterClipArt2 a:hover span
{
   visibility: hidden;
}
#masterClipArt2
{
   -webkit-animation: hole-in 500ms linear 50ms 1 normal both;
   -moz-animation: hole-in 500ms linear 50ms 1 normal both;
   animation: hole-in 500ms linear 50ms 1 normal both;
}
#masterClipArt2:checked
{
   -webkit-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -moz-transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   transform: perspective(1px)  translate3d(10px,20px,30px) rotateX(30deg) rotateY(20deg) rotateZ(10deg) ;
   -webkit-transition: -webkit-transform 500ms linear 1ms;
   -moz-transition: transform 500ms linear 1ms;
   transition: transform 500ms linear 1ms;
}
#wb_master_frameCssMenu1
{
   border: 0px #C0C0C0 solid;
   background-color: transparent;
}
#wb_master_frameCssMenu1 ul
{
   list-style-type: none;
   margin: 0;
   padding: 0;
   position: relative;
   display: inline-block;
}
#wb_master_frameCssMenu1 li
{
   float: left;
   margin: 0;
   padding: 23px 15px 23px 0px;
}
#wb_master_frameCssMenu1 a
{
   display: block;
   float: left;
   color: #333333;
   border: 1px #F5FFFA inset;
   border-radius: 2px;
   background-color: #F5F5F5;
   background-image: none;
   font-family: "Alegreya Sans SC";
   font-weight: normal;
   font-size: 16px;
   font-style: normal;
   text-decoration: none;
   height: 28px;
   line-height: 28px;
   padding: 0px 5px 0px 5px;
   vertical-align: middle;
   text-align: center;
   -moz-box-shadow: 5px 5px 30px #000000;
   -webkit-box-shadow: 5px 5px 30px #000000;
   box-shadow: 5px 5px 30px #000000;
}
#wb_master_frameCssMenu1 li:hover a, #wb_master_frameCssMenu1 a:hover, #wb_master_frameCssMenu1 .active
{
   color: #FFFFFF;
   background-color: #34495E;
   background-image: none;
   border: 1px #2E6DA4 inset;
}
#wb_master_frameCssMenu1 li.firstmain
{
   padding-left: 23px;
}
#wb_master_frameCssMenu1 li.lastmain
{
   padding-right: 23px;
}
#wb_master_frameCssMenu1 br
{
   clear: both;
   font-size: 1px;
   height: 0;
   line-height: 0;
}
#wb_master_frameCssMenu1.affix
{
   top: 0 !important;
   position: fixed !important;
   left: 50% !important;
   margin-left: -270px;
}
#master_frameLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 80px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#infoLine1
{
   border-color: transparent;
   border-style: solid;
   border-bottom-width: 100px;
   border-top: 0px;
   border-left: 0px;
   border-right: 0px;
   height: 0 !important;
   line-height: 0px !important;
   margin: 0;
   padding: 0;
}
#wb_infoText1 
{
   background-color: transparent;
   background-image: none;
   border: 1px #808080 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -moz-box-shadow: 0px 0px 30px #000000;
   -webkit-box-shadow: 0px 0px 30px #000000;
   box-shadow: 0px 0px 30px #000000;
   -webkit-animation: super-scaled-in 500ms linear 50ms 1 normal both;
   -moz-animation: super-scaled-in 500ms linear 50ms 1 normal both;
   animation: super-scaled-in 500ms linear 50ms 1 normal both;
}
#wb_infoText1
{
   font-family: "Palatino Linotype";
   font-weight: normal;
   font-size: 24px;
}
#wb_infoText1 div
{
   text-align: center;
}
#wb_infoText1:hover
{
   border-color: #191970;
   background-color: #080D26;
   -webkit-transition: border-color 500ms linear 50ms, background-color 500ms linear 50ms;
   -moz-transition: border-color 500ms linear 50ms, background-color 500ms linear 50ms;
   transition: border-color 500ms linear 50ms, background-color 500ms linear 50ms;
}
#infoYouTube1
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-animation: super-scaled-in 500ms linear 50ms 1 normal both;
   -moz-animation: super-scaled-in 500ms linear 50ms 1 normal both;
   animation: super-scaled-in 500ms linear 50ms 1 normal both;
}
#wb_presentingText1 
{
   background-color: transparent;
   background-image: none;
   border: 1px #A9A9A9 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -moz-box-shadow: 0px 0px 30px #000000;
   -webkit-box-shadow: 0px 0px 30px #000000;
   box-shadow: 0px 0px 30px #000000;
   -webkit-animation: super-scaled-in 500ms linear 50ms 1 normal both;
   -moz-animation: super-scaled-in 500ms linear 50ms 1 normal both;
   animation: super-scaled-in 500ms linear 50ms 1 normal both;
}
#wb_presentingText1
{
   font-family: "Palatino Linotype";
   font-weight: normal;
   font-size: 24px;
}
#wb_presentingText1 div
{
   text-align: center;
}
#wb_presentingText1:hover
{
   border-color: #483D8B;
   background-color: #080D26;
   -webkit-transition: border-color 500ms linear 50ms, background-color 500ms linear 50ms;
   -moz-transition: border-color 500ms linear 50ms, background-color 500ms linear 50ms;
   transition: border-color 500ms linear 50ms, background-color 500ms linear 50ms;
}
#presentingYouTube1
{
   border-width: 0;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#videodocImage4
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   -webkit-animation: transform-scale-in 500ms linear 50ms 1 normal both;
   -moz-animation: transform-scale-in 500ms linear 50ms 1 normal both;
   animation: transform-scale-in 500ms linear 50ms 1 normal both;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#videodocImage4, #wb_videodocImage4:hover
{
   -webkit-transition: all 500ms linear 50ms;
   -moz-transition: all 500ms linear 50ms;
   transition: all 500ms linear 50ms;
}
#videodocImage3
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   -webkit-animation: transform-scale-in 500ms linear 50ms 1 normal both;
   -moz-animation: transform-scale-in 500ms linear 50ms 1 normal both;
   animation: transform-scale-in 500ms linear 50ms 1 normal both;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#videodocImage3, #wb_videodocImage3:hover
{
   -webkit-transition: all 500ms linear 50ms;
   -moz-transition: all 500ms linear 50ms;
   transition: all 500ms linear 50ms;
}
#wb_presentingText2 
{
   background-color: transparent;
   background-image: none;
   border: 1px #080D26 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: funny-in 500ms linear 50ms 1 normal both;
   -moz-animation: funny-in 500ms linear 50ms 1 normal both;
   animation: funny-in 500ms linear 50ms 1 normal both;
}
#wb_presentingText2 div
{
   text-align: center;
}
#wb_presentingText2:hover
{
   background-color: #080D26;
   border-color: #FFA500;
   -webkit-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   -moz-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
}
#wb_presentingText3 
{
   background-color: transparent;
   background-image: none;
   border: 1px #080D26 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: funny-in 500ms linear 50ms 1 normal both;
   -moz-animation: funny-in 500ms linear 50ms 1 normal both;
   animation: funny-in 500ms linear 50ms 1 normal both;
}
#wb_presentingText3 div
{
   text-align: center;
}
#wb_presentingText3:hover
{
   background-color: #080D26;
   border-color: #FFA500;
   -webkit-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   -moz-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
}
#wb_presentingText4 
{
   background-color: transparent;
   background-image: none;
   border: 1px #080D26 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: funny-in 500ms linear 50ms 1 normal both;
   -moz-animation: funny-in 500ms linear 50ms 1 normal both;
   animation: funny-in 500ms linear 50ms 1 normal both;
}
#wb_presentingText4 div
{
   text-align: center;
}
#wb_presentingText4:hover
{
   background-color: #080D26;
   border-color: #FFA500;
   -webkit-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   -moz-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
}
#wb_presentingText5 
{
   background-color: transparent;
   background-image: none;
   border: 1px #080D26 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: funny-in 500ms linear 50ms 1 normal both;
   -moz-animation: funny-in 500ms linear 50ms 1 normal both;
   animation: funny-in 500ms linear 50ms 1 normal both;
}
#wb_presentingText5 div
{
   text-align: center;
}
#wb_presentingText5:hover
{
   background-color: #080D26;
   border-color: #FFA500;
   -webkit-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   -moz-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
}
#wb_presentingText6 
{
   background-color: transparent;
   background-image: none;
   border: 1px #080D26 solid;
   border-radius: 2px;
   padding: 5px 5px 5px 5px;
   margin: 0;
   text-align: center;
   -webkit-animation: funny-in 500ms linear 50ms 1 normal both;
   -moz-animation: funny-in 500ms linear 50ms 1 normal both;
   animation: funny-in 500ms linear 50ms 1 normal both;
}
#wb_presentingText6 div
{
   text-align: center;
}
#wb_presentingText6:hover
{
   background-color: #080D26;
   border-color: #FFA500;
   -webkit-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   -moz-transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
   transition: background-color 500ms linear 50ms, border-color 500ms linear 50ms;
}
#presentingImage1
{
   border: 0px #000000 solid;
   padding: 0px 0px 0px 0px;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
}
#PageFooter
{
   background-color: #6B7E8A;
   background-image: none;
   border: 1px #414A54 solid;
   border-radius: 2px;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   -webkit-animation: fall 500ms linear 0ms 1 normal both;
   -moz-animation: fall 500ms linear 0ms 1 normal both;
   animation: fall 500ms linear 0ms 1 normal both;
}
#wb_uid19
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#wb_videodocImage4
{
   position: absolute;
   left: 868px;
   top: 640px;
   width: 200px;
   height: 200px;
   z-index: 21;
}
#wb_uid1
{
   color: #85919E;
}
#wb_presentingText1
{
   position: absolute;
   left: 845px;
   top: 129px;
   width: 343px;
   height: 256px;
   text-align: center;
   z-index: 19;
}
#wb_uid2
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#wb_presentingText2
{
   position: absolute;
   left: 30px;
   top: 480px;
   width: 375px;
   height: 133px;
   text-align: center;
   z-index: 23;
}
#wb_presentingYouTube1
{
   position: absolute;
   left: 0px;
   top: 440px;
   width: 1200px;
   height: 675px;
   z-index: 20;
}
#wb_master_frameExtension4
{
   position: absolute;
   left: 350px;
   top: 80px;
   width: 135px;
   height: 56px;
   z-index: 30;
}
#wb_presentingText3
{
   position: absolute;
   left: 30px;
   top: 855px;
   width: 375px;
   height: 133px;
   text-align: center;
   z-index: 24;
}
#wb_uid3
{
   color: #85919E;
   font-family: Palatino Linotype;
   font-size: 24px;
}
#wb_MainMediaPlayer1
{
   position: absolute;
   left: 0px;
   top: 80px;
   width: 100px;
   height: 56px;
   z-index: 13;
}
#MainButton1
{
   position: absolute;
   left: 1079px;
   top: 14px;
   width: 110px;
   height: 40px;
   z-index: 6;
}
#PageFooter
{
   position: fixed;
   text-align: center;
   left: 0;
   right: 0;
   bottom: 0;
   height: 100px;
   z-index: 31;
}
#wb_presentingText4
{
   position: absolute;
   left: 745px;
   top: 480px;
   width: 405px;
   height: 133px;
   text-align: center;
   z-index: 25;
}
#wb_uid4
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#wb_masterClipArt7
{
   position: absolute;
   left: 109px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 5;
}
#wb_presentingText5
{
   position: absolute;
   left: 775px;
   top: 855px;
   width: 375px;
   height: 133px;
   text-align: center;
   z-index: 26;
}
#wb_uid5
{
   color: #DCDCDC;
   font-family: Candara;
   font-size: 16px;
}
#wb_MainClipArt3
{
   position: absolute;
   left: 59px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 11;
}
#wb_presentingText6
{
   position: absolute;
   left: 450px;
   top: 480px;
   width: 253px;
   height: 190px;
   text-align: center;
   z-index: 27;
}
#wb_uid6
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#wb_infoYouTube1
{
   position: absolute;
   left: 355px;
   top: 80px;
   width: 490px;
   height: 360px;
   z-index: 18;
}
#PageHeader
{
   position: fixed;
   text-align: center;
   left: 0;
   top: 0;
   right: 0;
   height: 80px;
   z-index: 7777;
}
#wb_presentingImage1
{
   position: absolute;
   left: 533px;
   top: 831px;
   width: 134px;
   height: 192px;
   z-index: 28;
}
#wb_uid7
{
   color: #85919E;
   font-family: Palatino Linotype;
   font-size: 24px;
}
#infoLine1
{
   position: absolute;
   left: 0px;
   top: 900px;
   width: 1200px;
   z-index: 16;
}
#PageHeader_Container
{
   width: 1200px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_uid20
{
   color: #DCDCDC;
   font-family: Candara;
   font-size: 16px;
}
#wb_uid8
{
   color: #DCDCDC;
   font-family: Candara;
   font-size: 16px;
}
#wb_infoText1
{
   position: absolute;
   left: 0px;
   top: 129px;
   width: 343px;
   height: 256px;
   text-align: center;
   z-index: 17;
}
#wb_uid21
{
   color: #C0C0C0;
}
#wb_uid10
{
   color: #85919E;
   font-family: Palatino Linotype;
   font-size: 24px;
}
#wb_uid9
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#master_frameLine1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1200px;
   z-index: 15;
}
#MainLine1
{
   position: absolute;
   left: 330px;
   top: 70px;
   width: 870px;
   z-index: 1;
}
#MainBanner1
{
   position: absolute;
   left: 0px;
   top: 1px;
   width: 330px;
   height: 40px;
   z-index: 0;
}
#wb_uid11
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#MainLine2
{
   position: absolute;
   left: 330px;
   top: 10px;
   width: 870px;
   z-index: 3;
}
#wb_uid12
{
   color: #DCDCDC;
   font-family: Candara;
   font-size: 16px;
}
#MainLine3
{
   position: absolute;
   left: 0px;
   top: 40px;
   width: 330px;
   z-index: 2;
}
#wb_uid13
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#wb_uid14
{
   color: #85919E;
   font-family: Palatino Linotype;
   font-size: 24px;
}
#wb_uid15
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#wb_uid16
{
   color: #DCDCDC;
   font-family: Candara;
   font-size: 16px;
}
#wb_Text1hkj
{
   position: absolute;
   left: 9px;
   top: 64px;
   width: 1178px;
   height: 26px;
   text-align: center;
   z-index: 9;
}
#wb_master_frameBreadcrumb1
{
   position: absolute;
   left: 374px;
   top: 14px;
   width: 558px;
   height: 38px;
   text-align: center;
   z-index: 8;
   vertical-align: top;
}
#PageFooter_Container
{
   width: 1198px;
   position: relative;
   margin-left: auto;
   margin-right: auto;
   text-align: left;
}
#wb_uid17
{
   color: #8EA3A4;
   font-family: Century Schoolbook;
   font-size: 37px;
}
#wb_masterClipArt2
{
   position: absolute;
   left: 9px;
   top: 14px;
   width: 40px;
   height: 40px;
   z-index: 12;
}
#wb_master_frameExtension1
{
   position: absolute;
   left: 159px;
   top: 14px;
   width: 205px;
   height: 50px;
   z-index: 10;
}
#MainSiteSearch1
{
   position: absolute;
   left: 944px;
   top: 14px;
   width: 115px;
   height: 30px;
   line-height: 30px;
   z-index: 7;
}
#wb_master_frameCssMenu1
{
   position: absolute;
   left: 330px;
   top: 0px;
   width: 870px;
   height: 76px;
   text-align: center;
   z-index: 4;
}
#wb_uid18
{
   color: #85919E;
   font-family: Palatino Linotype;
   font-size: 24px;
}
#wb_videodocImage3
{
   position: absolute;
   left: 123px;
   top: 640px;
   width: 200px;
   height: 200px;
   z-index: 22;
}
#wb_uid0
{
   color: #85919E;
}
