html { width:90%; }

/* printed area */
body {
    background:#fff;
    text-align:left;
    color:#000;
    font-size:10pt !important;
    line-height:150%;
    border:0;
    margin:0;
    padding:0; 
    font:12pt "Times New Roman", Times, serif;
    width:7in;
}

/* strong */
strong, em { font-weight:bold; }
em { font-style:italic; }

/* dont show */
html * #MenuDiv { display:none; }
html * #FooterDiv { display:none; }
html * table tfoot { display:none; }
img { border:0; }

/* links */
a:link, a:visited { color:#333; font-weight:bold; text-decoration:none; }

/* headers */
h1 { display:none; }
h1, h2, h3, h4, h5, h6 { font-weight:bold; margin-top:1em; margin-bottom:2pt; letter-spacing:1pt; }
h1 { font-size:20pt; }
h2 { font-size:16pt; }
h3 { font-size:14pt; }
h4 { font-size:12pt; }
h5 { font-size:11pt; }

/* paragraphs */
p { text-align:justify; }

/* lists */
ul { margin: 0 0 0 1.5em; padding: 0; }
li { list-style-type: square; }

/* tables */
table { margin: 0 auto; width: 95%; font-family: Arial, Helvetica, sans-serif; }
table caption { font-size: large; text-align: center; }
table th { border: 2px solid #000; font-weight: bold; text-align: center; }
table td { border: none; }

/* miscellaneous */
#container h1 { display:none; }
#tab { display:none; }
#menu { display:none; }
#footer { display:none; }

/* print.css (W3C-CSS2) | R.2.1.2.240905 */
