ADDRESS, BLOCKQUOTE, BODY, DD, DIV, DL, DT, FIELDSET, FORM, FRAME, FRAMESET, H1, H2, H3, H4, H5, H6, IFRAME, NOSCRIPT, NOFRAMES, OBJECT, OL, P, UL, APPLET, CENTER, DIR, /* HR */, MENU, PRE {    display: block;    line-height: 1.33em;    }  A   {    text-decoration: none;    } BODY {    color: black;    font-family: Tahoma, Palatino, Times, serif;    background-repeat: repeat-y;    background-color: white;    background-image: url(images/hbg15.gif);    margin-top: 14pt;    margin-left: 0 cm;    margin-right: 5%;    } H1, H2, H3, H4, H5, H6 {    font-family: Arial, Helvetica, sans-serif;   font-weight: bold;   padding-top: 0.5em;   padding-bottom: 0.5em;   width: 100%;   margin: 0;   float: none;   clear: none;   vertical-align: baseline;   } H1 {   font-size: 18pt;   text-align: left;   } H2 {   font-size: 14pt;   padding-left: 0.5em;   margin-left: 0 cm;   background-color: #CCCCCC;   background-image: url();   color: white;   } H3 {   font-size: 12pt;   color: #333399;   background-color: white;   border-color: #333399;   border-width: thin none;   border-bottom-style: solid;   } H4 {   font-size: 10pt;   color: #333399;   background-color: white;   } UL LI {   list-style: disc;   }P.copyright {font-size: 9pt;}  PRE {   font-family: Geneva, Courier, monospace;   font-size: 9pt;   } /*  -----------  *//*  Table stuff  *//*  -----------  */ TABLE {      display: table;   border-collapse: separate;   table-layout: auto;   } TABLE.table-outer {   width: 100%;   } COLGROUP {   display: table-column-group;   column-span: attr(colspan);   } COL {   display: table-column;   column-span: attr(span);   } THEAD {   display: table-header-group;   row-span: attr(rows);   } TBODY {   display: table-footer-group;   row-span: attr(rows);   } TFOOT {   display: table-row-group;   row-span: attr(rows); } TR {   display: table-row;   } CAPTION {   display: table-caption;   } TH {   font-family: Arial, Helvetica, sans-serif;   font-size: 10pt;   font-weight: bold;   text-align: center;   color: white;   background-color: #6699CC;   padding: 2pt;   } TD {   padding: 2pt;   display: table-cell   column-span: attr(colspan);   row-span: attr(rowspan);   }