@media screen {  body {         font: 69% "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;         background-color: White;         color: Black;         margin: 30;         padding: 0;         }  table {          font-size: 100%;          }  a {      color: #436976;      background-color: transparent;      }  img {        border: none;        vertical-align: middle;        }  p {      margin: 0 0 1.0em 0;      line-height: 1.5em;      }  p img {          border: none;          margin: 0;          }  hr {       border: 0;       height: 1px;       color: #8cacbb;       background-color: #8cacbb;       margin: 0.5em 0 1em 0;       }  h1,  h2,  h3,  h4,  h5 {       color: Black;       background-color: transparent;       font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;       font-weight: normal;       margin: 0 0 1.0em 0;       }    h1 a,  h2 a,  h3 a,  h4 a,  h5 a {         color: Black ! important;         text-decoration: none;         }    h1 {       font-size: 220%;       margin: 0 0 0.2em 0em;       border-bottom: 1px solid #8cacbb;       }  h2 {       font-size: 150%;       margin: 0 0 1.0em 0;       border-bottom: none;       }  h3 {       border-bottom: 1px solid #8cacbb;       font-size: 125%;       font-weight: bold;       margin: 2.0em 0 1.0em 0;       }  h4 {       font-size: 110%;       border-bottom: none;       margin: 2.0em 0 1.0em 0;       font-weight: bold;       }  h5 {       font-size: 100%;       border-bottom: none;       font-weight: bold;       margin: 1.0em 0 4.0em 0;       }  ul {       line-height: 1.5em;       margin: 0.5em 0 0 1.5em;       padding: 0;       list-style-type: square;       }  ol {       line-height: 1.5em;       margin: 0.5em 0 0 2.5em;       padding: 0;       list-style-image: none;       }  li {       margin-bottom: 0.5em;       }}/* ----- print.css ----- */@media print {  body {         font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;         font-size: 10pt !important;         }  h1, h2, h3, h4, h5, h6  {    font-family: "Lucida Grande", Verdana, Lucida, Helvetica, Arial, sans-serif;    }  h1 { font-size: 20pt; border-bottom: 1px solid #8cacbb; }  h2 { font-size: 14pt; margin-top: -12pt; margin-bottom: 30pt; }  h3 { font-size: 12pt; border-bottom: 1px solid #8cacbb; }  h4 { font-size: 10pt;  }  h5 { font-size: 10pt;  }  h6 { font-size: 10pt;  }  table {          font-size: 10pt;          }  div, p, ul, dl, ol {                       width: auto !important;                       }  ul, ol, dl {               padding-right: 0.5em;	               }  ul {        list-style-type: square;       }  table.listing,  table.listing td {                     border: 1pt solid black;                     border-collapse: collapse;                     }  a {      color: Black !important;      padding: 0 !important;      text-decoration: none !important;      }  a:link, a:visited {                      color: #520;                      background: transparent;                      }  hr {       border: 0;       height: 1px;       color: #8cacbb;       background-color: #8cacbb;       margin: 0.5em 0 1em 0;       }}