
body {
   font-family: helvetica,geneva,arial,verdana,lucida,sans-serif;
   font-size: 11pt;
   color: black;
   background: #eee2ee;
}

dl, ul, ol, dir, menu, tr, td, p, ul {
   font-family: helvetica,geneva,arial,verdana,lucida,sans-serif;
   font-size: 11pt;
}

tt, pre {
   font-family: fixed, lucidatypewriter, "courier new";
   font-size: 10pt;
   color: black;
}

a:link { color: #1111ef; text-decoration: none; }
a:hover { color: #1111ef; text-decoration: underline; }
a:visited { color: #1111e0; text-decoration: none; }
a:OFFactive { color: #111122; text-decoration: underline; }

h1 { font-size: 16pt; font-weight: bold; }
h2 { font-size: 14pt; font-weight: bold; }
h3, h4, h5, h6, h7 { font-size: 12pt; }

sup { font-size: 8pt; }

.main 	     { color: black; background: #eeeeee; margin-left: 10%; margin-right: 10% }
.package     { color: black; background: #e0e0e0; border: solid 1px #BBB; padding: 4px }
.date        { color: black; background: #d0d0d0; border: solid 1px #BBB; padding: 4px; text-align: center; }
.header      { font-size: 13pt; font-weight: bold; color: black; background: #e0e0e0; border: solid 1px #BBB; } 
.footer      { font-size: 8pt; font-weight: bold; background: #bbbbbb; color: #333399; } 


