/*chapter1_1*/
div.summary1{
 background-image:url(../images/chapter_bg1.gif);
 background-repeat:repeat-x;
 margin-top:30px;
}

table.distribution{
 border:2px solid #999999;
 font-size:81%;
 width:100%;
}

table.distribution th{
 background-color:#cccccc;
 background-image:url(../images/spacer_l.gif);
 font-weight:normal;
}

table.distribution caption{
 margin-left:auto;margin-right:auto;
 text-align:right;
}

table.distribution tbody tr td{
 width:12%;
 text-align:right;
 border-left:1px solid #999999;
 border-bottom:1px solid #999999;
}

table.distribution tbody tr th{
 width:16%;
}

.commentary{
 line-height:1.3em !important;
 text-align:left;
 padding-left:1em;
 text-indent:0px !important;
 font-size:83%;
}

@media all{
 .commentary{
 font-size:78% !important;
 }
}
