div#container
{
   width: 1200px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #8EAADB;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
input:focus, textarea:focus, select:focus
{
   outline: none;
}
.pdfobject-container 
{ 
   width: 100%; 
   height: 100%; 
   border: 0px solid #000000; 
}

#wb_Extension1
{
   position: absolute;
   left: 0px;
   top: 0px;
   width: 1200px;
   height: 610px;
   z-index: 0;
}
@media only screen and (min-width: 768px) and (max-width: 1199px)
{
div#container
{
   width: 768px;
}
body
{
   background-color: #C5DEB5;
   background-image: none;
}
#wb_Extension1
{
   left: 0px;
   top: 0px;
   width: 768px;
   height: 610px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (min-width: 480px) and (max-width: 767px)
{
div#container
{
   width: 480px;
}
body
{
   background-color: #FFD966;
   background-image: none;
}
#wb_Extension1
{
   left: 0px;
   top: 0px;
   width: 480px;
   height: 610px;
   visibility: visible;
   display: inline;
}
}
@media only screen and (max-width: 479px)
{
div#container
{
   width: 320px;
}
body
{
   background-color: #F7CBAC;
   background-image: none;
}
#wb_Extension1
{
   left: 0px;
   top: 0px;
   width: 310px;
   height: 610px;
   visibility: visible;
   display: inline;
}
}
