div#container
{
   width: 900px;
   position: relative;
   margin: 0 auto 0 auto;
   text-align: left;
}
body
{
   background-color: #FFFFFF;
   color: #000000;
   font-family: Arial;
   font-weight: normal;
   font-size: 13px;
   line-height: 1.1875;
   margin: 0;
   text-align: center;
}
#wb_Extension2
{
   background-color: #FFFFFF;
   border: 0px #C0C0C0 solid;
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   overflow: auto;
}
#wb_Extension2 dl, dt, dl
{
   font-size: 13px;
   margin: 0;
   padding: 0;
}
#wb_Extension2 dt
{
   color: #FF0000;
   font-family: Arial;
   font-weight: bold;
   text-decoration: none;
   margin-bottom: 8px;
   cursor: pointer;
   line-height: 16px;
   background: url(images/faq_arrows.png) 0 0 no-repeat;
   padding-left: 18px;
}
#wb_Extension2 dt:hover
{
   text-decoration: none;
}
#wb_Extension2 dt.open
{
   background-position: 0 -16px;
}
#wb_Extension2 dd
{
   color: #808080;
   font-family: Arial;
   font-weight: normal;
   margin-bottom: 8px;
   margin-left: 16px;
   text-decoration: none;
}
#wb_Extension2 *:first-child
{
   margin-top: 8px;
   padding-top: 0;
}
