/* General styles */
.center { text-align: center; }
.right  { text-align: right; }
.rind   { padding-right: 30px !important; }
.lind   { padding-left: 30px !important; }
acronym { border-bottom: 1px dotted inherit; }

.doclist  { font-size: 13px; width: 100%; margin-top: 20px; }
.doclist h1 { font-size: 13px; font-family: Verdana, Helvetica, sans-serif; background: #333; color: white; padding: 5px; }
.doclist h2 { font-size: 13px; font-family: Verdana, Helvetica, sans-serif; padding-top: 5px; }
.doclist h2,.doclist p { margin-left: 15px; }

table.doclist { border-collapse: collapse; font-size: 13px; width: 100%; }
.row1         { background: #EEE; }
.row2         { background: #DDD; }
.rowh         { background: #333; color: white; font-weight: bold; }
.doclist td,
.doclist th   { padding: 5px; }
.lind em      { color: #666666; }
