body {
   background-color: white;
   font-family: Helvetica, Arial, sans-serif;
   font-size: 12px;
   color: black;
}

#case_study {
   padding: 20px;
   text-align: left;
}
#case_study ul.quotes {
   list-style: none;
   margin: 0px;
   padding: 0px;
}
#case_study ul.quotes li {
   margin-bottom: 10px;
   line-height: 1.5em;
   text-align: justify;
   margin-right: 20px;
   margin-left: 20px;
}
#case_study h2 {
   font-size: 1.3em;
   text-transform: uppercase;
   font-weight: normal;
   margin: 0px;
   padding: 0px;
   padding-bottom: 10px;
}
#case_study h2 em {
   font-size: 0.7em;
   margin: 0px;
   padding: 0px;
}

#case_study ul.quotes li:first-child {
   background-image: url(top-quote.jpg);
   background-repeat: no-repeat;
   background-position: top left;
}

#case_study ul.quotes {
   background-image: url(bottom-quote.jpg);
   background-repeat: no-repeat;
   background-position: bottom right;  
}

#lbIframe {
   height: 400px;
   overflow: auto;
}

#frameupscroll {
   position: absolute;
   top: 45px;
   right: 15px;
   display: block;
/*   border: solid 1px black;*/
   width: 20px;
   height: 20px;
   background-image: url("up-arrow.gif");
}
#framedownscroll {
   position: absolute;
   top: 360px;
   right: 15px;
   display: block;
/*   border: solid 1px black;*/
   width: 20px;
   height: 20px;
   background-image: url('down-arrow.gif');
}